# HG changeset patch # User ymh # Date 1363351008 -3600 # Node ID 276514e62567a5a7c7e9b87478d6db5ef6dd373e # Parent 5295e118320b4309e189fc791115d229b2004780 Try to correct xml validation pb. diff -r 5295e118320b -r 276514e62567 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">