From e55da1ca8a8bc4830581c4400ccee4153ebfbca9 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 4 Jan 2011 10:50:49 +0000 Subject: [PATCH] SWS-677 - /META-INF/spring.schema --- core/src/main/resources/META-INF/spring.schemas | 4 +++- .../ws/config/interceptorsBeanDefinitionParserTest.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/META-INF/spring.schemas b/core/src/main/resources/META-INF/spring.schemas index c8688119..68d53048 100644 --- a/core/src/main/resources/META-INF/spring.schemas +++ b/core/src/main/resources/META-INF/spring.schemas @@ -1 +1,3 @@ -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 +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 \ No newline at end of file diff --git a/core/src/test/resources/org/springframework/ws/config/interceptorsBeanDefinitionParserTest.xml b/core/src/test/resources/org/springframework/ws/config/interceptorsBeanDefinitionParserTest.xml index 040f2091..e1d51b38 100644 --- a/core/src/test/resources/org/springframework/ws/config/interceptorsBeanDefinitionParserTest.xml +++ b/core/src/test/resources/org/springframework/ws/config/interceptorsBeanDefinitionParserTest.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sws="http://www.springframework.org/schema/web-services" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/web-services http://static.springframework.org/schema/web-services/web-services-2.0.xsd"> + http://www.springframework.org/schema/web-services http://www.springframework.org/schema/web-services/web-services.xsd">