From 88c1f28d1e27edc235bb8d601e18c46a79539ee1 Mon Sep 17 00:00:00 2001 From: slaws Date: Wed, 10 Sep 2008 14:10:20 +0000 Subject: TUSCANY-2573 - Fix the location of the sca spring namespace. Thanks for the patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693847 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation-spring/src/main/resources/META-INF/spring.handlers | 4 +--- .../implementation-spring/src/main/resources/META-INF/spring.schemas | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'java/sca/modules/implementation-spring/src/main/resources') diff --git a/java/sca/modules/implementation-spring/src/main/resources/META-INF/spring.handlers b/java/sca/modules/implementation-spring/src/main/resources/META-INF/spring.handlers index 4e7df50291..7f9a7b17b0 100644 --- a/java/sca/modules/implementation-spring/src/main/resources/META-INF/spring.handlers +++ b/java/sca/modules/implementation-spring/src/main/resources/META-INF/spring.handlers @@ -1,3 +1 @@ -http\://www.springframework.org/schema/sca=org.springframework.sca.config.ScaNamespaceHandler - - +http\://www.springframework.org/schema/sca=org.apache.tuscany.sca.implementation.spring.ScaNamespaceHandler diff --git a/java/sca/modules/implementation-spring/src/main/resources/META-INF/spring.schemas b/java/sca/modules/implementation-spring/src/main/resources/META-INF/spring.schemas index 4374e4f1b0..249cc21c13 100644 --- a/java/sca/modules/implementation-spring/src/main/resources/META-INF/spring.schemas +++ b/java/sca/modules/implementation-spring/src/main/resources/META-INF/spring.schemas @@ -1 +1 @@ -http\://www.springframework.org/schema/sca/spring-sca.xsd=org/springframework/sca/xml/spring-sca.xsd +http\://www.osoa.org/xmlns/sca/1.0/spring-sca.xsd=org/springframework/sca/xml/spring-sca.xsd -- cgit v1.2.3