From fac07ba8ff9b564490bb887bda736ca85943a013 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 18 Dec 2009 18:44:17 +0000 Subject: [PATCH] Schema updates to Spring 3.0 --- config/src/test/resources/namespace-usage.xml | 6 +++--- .../springframework/security/config/method-security.xml | 2 +- .../springframework/security/util/filtertest-valid.xml | 4 ++-- .../test/resources/python-method-access-app-context.xml | 4 ++-- samples/aspectj/src/main/resources/aspectj-context.xml | 2 +- .../main/webapp/WEB-INF/applicationContext-security.xml | 2 +- .../resources/applicationContext-common-authorization.xml | 2 +- .../main/resources/applicationContext-common-business.xml | 4 ++-- .../main/webapp/WEB-INF/applicationContext-security.xml | 2 +- .../contacts/src/main/webapp/WEB-INF/contacts-servlet.xml | 4 ++-- .../test/resources/applicationContext-contacts-test.xml | 2 +- .../main/webapp/WEB-INF/applicationContext-security.xml | 2 +- .../src/main/resources/applicationContext-business.xml | 4 ++-- .../main/webapp/WEB-INF/applicationContext-security.xml | 2 +- samples/tutorial/src/main/webapp/WEB-INF/bank-servlet.xml | 2 +- .../src/main/resources/applicationContext-business.xml | 2 +- .../heavyduty/src/main/webapp/WEB-INF/appContext-misc.xml | 2 +- .../src/main/webapp/WEB-INF/appContext-persistence.xml | 8 ++++---- .../src/main/webapp/WEB-INF/heavyduty-servlet.xml | 2 +- .../src/main/resources/applicationContext-business.xml | 2 +- .../webflow/src/main/webapp/WEB-INF/security-config.xml | 2 +- .../webflow/src/main/webapp/WEB-INF/webflow-servlet.xml | 2 +- 22 files changed, 32 insertions(+), 32 deletions(-) diff --git a/config/src/test/resources/namespace-usage.xml b/config/src/test/resources/namespace-usage.xml index c6bcea0ab4..f31f10f329 100644 --- a/config/src/test/resources/namespace-usage.xml +++ b/config/src/test/resources/namespace-usage.xml @@ -9,9 +9,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:context="http://www.springframework.org/schema/context" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd - http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd http://www.springframework.org/schema/security ../../main/resources/org/springframework/security/config/spring-security-3.0.xsd"> diff --git a/config/src/test/resources/org/springframework/security/config/method-security.xml b/config/src/test/resources/org/springframework/security/config/method-security.xml index a5ab42ef73..d23590a295 100644 --- a/config/src/test/resources/org/springframework/security/config/method-security.xml +++ b/config/src/test/resources/org/springframework/security/config/method-security.xml @@ -3,7 +3,7 @@ diff --git a/config/src/test/resources/org/springframework/security/util/filtertest-valid.xml b/config/src/test/resources/org/springframework/security/util/filtertest-valid.xml index 7ba7248df8..468e22ec72 100644 --- a/config/src/test/resources/org/springframework/security/util/filtertest-valid.xml +++ b/config/src/test/resources/org/springframework/security/util/filtertest-valid.xml @@ -21,8 +21,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd +http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.0.xsd"> diff --git a/itest/context/src/test/resources/python-method-access-app-context.xml b/itest/context/src/test/resources/python-method-access-app-context.xml index 5dd1778524..54cf0ba4b8 100755 --- a/itest/context/src/test/resources/python-method-access-app-context.xml +++ b/itest/context/src/test/resources/python-method-access-app-context.xml @@ -5,8 +5,8 @@ xmlns:tx="http://www.springframework.org/schema/tx" xmlns:security="http://www.springframework.org/schema/security" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd - http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd"> diff --git a/samples/aspectj/src/main/resources/aspectj-context.xml b/samples/aspectj/src/main/resources/aspectj-context.xml index c21d2c2891..b73e73a0b9 100644 --- a/samples/aspectj/src/main/resources/aspectj-context.xml +++ b/samples/aspectj/src/main/resources/aspectj-context.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/samples/cas/client/src/main/webapp/WEB-INF/applicationContext-security.xml b/samples/cas/client/src/main/webapp/WEB-INF/applicationContext-security.xml index 6de3e5abc9..ee366611a7 100644 --- a/samples/cas/client/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/samples/cas/client/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -3,7 +3,7 @@ diff --git a/samples/contacts/src/main/resources/applicationContext-common-authorization.xml b/samples/contacts/src/main/resources/applicationContext-common-authorization.xml index ca8477c6ae..0258ee7f1d 100644 --- a/samples/contacts/src/main/resources/applicationContext-common-authorization.xml +++ b/samples/contacts/src/main/resources/applicationContext-common-authorization.xml @@ -3,7 +3,7 @@ diff --git a/samples/contacts/src/test/resources/applicationContext-contacts-test.xml b/samples/contacts/src/test/resources/applicationContext-contacts-test.xml index 6ba00ab109..6045f9e8e1 100644 --- a/samples/contacts/src/test/resources/applicationContext-contacts-test.xml +++ b/samples/contacts/src/test/resources/applicationContext-contacts-test.xml @@ -10,7 +10,7 @@ diff --git a/samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml b/samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml index a629d6cd5c..e7007eda76 100644 --- a/samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -9,7 +9,7 @@ diff --git a/samples/tutorial/src/main/resources/applicationContext-business.xml b/samples/tutorial/src/main/resources/applicationContext-business.xml index 698aabd9b3..3442315314 100644 --- a/samples/tutorial/src/main/resources/applicationContext-business.xml +++ b/samples/tutorial/src/main/resources/applicationContext-business.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd +http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.0.xsd"> diff --git a/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security.xml b/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security.xml index f97a024a7e..7074675d1f 100644 --- a/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -9,7 +9,7 @@ diff --git a/samples/tutorial/src/main/webapp/WEB-INF/bank-servlet.xml b/samples/tutorial/src/main/webapp/WEB-INF/bank-servlet.xml index a119417066..a626bc2685 100644 --- a/samples/tutorial/src/main/webapp/WEB-INF/bank-servlet.xml +++ b/samples/tutorial/src/main/webapp/WEB-INF/bank-servlet.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/sandbox/heavyduty/src/main/resources/applicationContext-business.xml b/sandbox/heavyduty/src/main/resources/applicationContext-business.xml index e1e21a97e4..c67b41177a 100755 --- a/sandbox/heavyduty/src/main/resources/applicationContext-business.xml +++ b/sandbox/heavyduty/src/main/resources/applicationContext-business.xml @@ -3,7 +3,7 @@ diff --git a/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-misc.xml b/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-misc.xml index 9a98c4e4cf..b8c4466010 100755 --- a/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-misc.xml +++ b/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-misc.xml @@ -11,7 +11,7 @@ xmlns:sec="http://www.springframework.org/schema/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd"> diff --git a/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-persistence.xml b/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-persistence.xml index d60db8031c..48766f8881 100755 --- a/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-persistence.xml +++ b/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-persistence.xml @@ -7,12 +7,12 @@ xmlns:context="http://www.springframework.org/schema/context" xmlns:security="http://www.springframework.org/schema/security" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd - http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd - http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd + http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd http://www.springframework.org/schema/config http://www.springframework.org/schema/config/spring-config-2.5.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd"> + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> diff --git a/sandbox/heavyduty/src/main/webapp/WEB-INF/heavyduty-servlet.xml b/sandbox/heavyduty/src/main/webapp/WEB-INF/heavyduty-servlet.xml index 558a43d195..21d064be35 100755 --- a/sandbox/heavyduty/src/main/webapp/WEB-INF/heavyduty-servlet.xml +++ b/sandbox/heavyduty/src/main/webapp/WEB-INF/heavyduty-servlet.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/sandbox/webflow/src/main/resources/applicationContext-business.xml b/sandbox/webflow/src/main/resources/applicationContext-business.xml index e1e21a97e4..c67b41177a 100644 --- a/sandbox/webflow/src/main/resources/applicationContext-business.xml +++ b/sandbox/webflow/src/main/resources/applicationContext-business.xml @@ -3,7 +3,7 @@ diff --git a/sandbox/webflow/src/main/webapp/WEB-INF/security-config.xml b/sandbox/webflow/src/main/webapp/WEB-INF/security-config.xml index e7e709b276..37d826cc92 100644 --- a/sandbox/webflow/src/main/webapp/WEB-INF/security-config.xml +++ b/sandbox/webflow/src/main/webapp/WEB-INF/security-config.xml @@ -4,7 +4,7 @@ xmlns:security="http://www.springframework.org/schema/security" xsi:schemaLocation=" http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans-2.5.xsd + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.2.xsd"> diff --git a/sandbox/webflow/src/main/webapp/WEB-INF/webflow-servlet.xml b/sandbox/webflow/src/main/webapp/WEB-INF/webflow-servlet.xml index 553b01f7db..9f6a90ac6e 100644 --- a/sandbox/webflow/src/main/webapp/WEB-INF/webflow-servlet.xml +++ b/sandbox/webflow/src/main/webapp/WEB-INF/webflow-servlet.xml @@ -5,7 +5,7 @@ xmlns:webflow="http://www.springframework.org/schema/webflow-config" xsi:schemaLocation=" http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans-2.5.xsd + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/webflow-config http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.0.xsd">