Try to correct xml validation pb.
authorymh <ymh.work@gmail.com>
Fri, 15 Mar 2013 13:36:48 +0100
changeset 83 276514e62567
parent 80 5295e118320b
child 84 b4b83e9b808d
Try to correct xml validation pb.
server/src/main/webapp/WEB-INF/mongo-config.xml
--- a/server/src/main/webapp/WEB-INF/mongo-config.xml	Fri Mar 15 10:38:05 2013 +0100
+++ b/server/src/main/webapp/WEB-INF/mongo-config.xml	Fri Mar 15 13:36:48 2013 +0100
@@ -5,14 +5,15 @@
     xmlns:mongo="http://www.springframework.org/schema/data/mongo"
     xmlns:context="http://www.springframework.org/schema/context"
     xmlns:jpa="http://www.springframework.org/schema/data/jpa"
-	xsi:schemaLocation="http://www.springframework.org/schema/beans 
-	   		http://www.springframework.org/schema/beans/spring-beans.xsd
+	xsi:schemaLocation="
+	        http://www.springframework.org/schema/context
+            http://www.springframework.org/schema/context/spring-context.xsd
+	        http://www.springframework.org/schema/beans
+	   		http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
    			http://www.springframework.org/schema/data/mongo
-    		http://www.springframework.org/schema/data/mongo/spring-mongo.xsd
-    		http://www.springframework.org/schema/context
-            http://www.springframework.org/schema/context/spring-context.xsd
+    		http://www.springframework.org/schema/data/mongo/spring-mongo-1.2.xsd
             http://www.springframework.org/schema/data/jpa
-            http://www.springframework.org/schema/data/jpa/spring-jpa.xsd">	
+            http://www.springframework.org/schema/data/jpa/spring-jpa-1.3.xsd">	
 	<!-- Default bean name is 'mongo' -->
 	<mongo:mongo host="localhost" port="27017"/>