From 926eacc6174d118dd7b0dda2adfd358cb86cd005 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 13 May 2009 11:37:02 +0000 Subject: [PATCH] SWS-506 - All-in-one jar contains different namespace in spring.handlers than the module jars --- src/main/resources/META-INF/spring.handlers | 4 ++-- src/main/resources/META-INF/spring.schemas | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/META-INF/spring.handlers b/src/main/resources/META-INF/spring.handlers index cb346ee9..a9ee3c79 100644 --- a/src/main/resources/META-INF/spring.handlers +++ b/src/main/resources/META-INF/spring.handlers @@ -1,2 +1,2 @@ -http\://www.springframework.org/spring-ws/schema/oxm=org.springframework.oxm.config.OxmNamespaceHandler -http\://www.springframework.org/spring-ws/schema/sws=org.springframework.ws.config.WebServicesNamespaceHandler \ No newline at end of file +http\://www.springframework.org/schema/oxm=org.springframework.oxm.config.OxmNamespaceHandler +http\://www.springframework.org/schema/web-services=org.springframework.ws.config.WebServicesNamespaceHandler \ No newline at end of file diff --git a/src/main/resources/META-INF/spring.schemas b/src/main/resources/META-INF/spring.schemas index 68f4bc98..f3ed8196 100644 --- a/src/main/resources/META-INF/spring.schemas +++ b/src/main/resources/META-INF/spring.schemas @@ -1,2 +1,2 @@ -http\://www.springframework.org/spring-ws/schema/oxm/spring-oxm-1.5.xsd=/org/springframework/oxm/config/spring-oxm-1.5.xsd -http\://www.springframework.org/spring-ws/schema/sws/spring-ws-1.5.xsd=/org/springframework/ws/config/spring-ws-1.5.xsd \ No newline at end of file +http\://www.springframework.org/schema/oxm/spring-oxm-1.5.xsd=/org/springframework/oxm/config/spring-oxm-1.5.xsd +http\://www.springframework.org/schema/web-services/web-services-1.5.xsd=/org/springframework/ws/config/web-services-1.5.xsd \ No newline at end of file