spring-mongo-1.0.xsd error

前端 未结 2 1523
北海茫月
北海茫月 2021-01-19 00:28

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         


        
2条回答
  •  无人共我
    2021-01-19 00:51

    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

提交回复
热议问题