no longer depending on hard coded value of schema versions.
authorErik Brakkee <erik@brakkee.org>
Tue, 5 Jul 2011 16:46:00 +0000 (16:46 +0000)
committerErik Brakkee <erik@brakkee.org>
Tue, 5 Jul 2011 16:46:00 +0000 (16:46 +0000)
Using the schema without a version so it is always resolved from the
jar.

system/spring/src/test/resources/test.org.wamblee.system.spring.xml
system/spring/src/test/resources/test.org.wamblee.system.springWithProperties.xml
system/spring/src/test/resources/test.org.wamblee.system.springWithProperties2.xml
system/spring/src/test/resources/test.org.wamblee.system.springWithRequirements.xml

index 238054b5a87fbd8a19959a52b1db99e9442946f7..b74efcb915cbc35513d37d70fd10ea20efeeb7b5 100644 (file)
@@ -2,7 +2,7 @@
 <beans xmlns="http://www.springframework.org/schema/beans"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     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.xsd">
 
     <bean id="helloService" class="org.wamblee.system.spring.HelloService">
         <constructor-arg>
index 1ece7d14b510eaefbeee778f36d6046d6112ef31..1faef8449f981d110c4a61d1be4904d00c54ff20 100644 (file)
@@ -2,7 +2,7 @@
 <beans xmlns="http://www.springframework.org/schema/beans"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     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.xsd">
 
     <bean id="helloService" class="org.wamblee.system.spring.HelloService">
         <constructor-arg>
index 1546261f812e1b35d96b8a2a0da7bfd9ea949798..c4d0d02e1ccdbbbd64821cab41df924ffc4755a5 100644 (file)
@@ -2,7 +2,7 @@
 <beans xmlns="http://www.springframework.org/schema/beans"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     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.xsd">
 
     <bean id="helloService" class="org.wamblee.system.spring.HelloService2">
         <constructor-arg>
index a2f60d83e95bf45c66a6199935362d7531e55cf3..99e89a00eb24f90c5bbd3b7c1a47a1b456e3b844 100644 (file)
@@ -2,7 +2,7 @@
 <beans xmlns="http://www.springframework.org/schema/beans"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     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.xsd">
 
     <bean id="blaService" class="org.wamblee.system.spring.BlaService" destroy-method="stop">
         <constructor-arg>