I am getting the following error and not been able to solve it n googling was not fruitful either. please help.
Referenced file contains errors (http://www.s
I had the same problem starting several days ago and I changed 1.0 to 1.1 then the problem is gone. It seems they have changed the xsd file.
http://www.springframework.org/schema/data/mongo/spring-mongo-1.1.xsd
I hit this too. The problem is hard coded imports in the Spring data XSD file. I removed the imports in schemaLocation for context and bean and made the errors go away.
More info is here
http://forum.springsource.org/showthread.php?118643-xsd-validation-errors-in-Eclipse-when-using-spring-data
and here
https://jira.springsource.org/browse/DATAJPA-160