-
Notifications
You must be signed in to change notification settings - Fork 317
Description
Eric Schult opened SWS-677 and commented
The '/META-INF/spring.schemas' in spring-ws-core (and possibly other jars) needs a reference to the v2 schema files:
Current:
http://www.springframework.org/schema/web-services/web-services-1.5.xsd=/org/springframework/ws/config/web-services-1.5.xsd
I tried successfully:
http://www.springframework.org/schema/web-services/web-services-1.5.xsd=/org/springframework/ws/config/web-services-1.5.xsd
http://www.springframework.org/schema/web-services/web-services-2.0.xsd=/org/springframework/ws/config/web-services-2.0.xsd
http://www.springframework.org/schema/web-services/web-services.xsd=/org/springframework/ws/config/web-services-2.0.xsd
YMMV
Affects: 2.0 RC2
Reference URL: http://forum.springframework.org/showthread.php?p=337267