I have used spring-data-jpa1.1.0 for a while.
recently I am trying to add spring-data-mongodb1.2.0 into my existing project.
After building the project, I try to start the tomcat, it throws exception below (with spring-data-commons-1.3.2):
Then i update the dependent jar from spring-data-commons-1.3.2 to spring-data-commons-1.5.0,
there is another exception thrown:
anyone could help?
recently I am trying to add spring-data-mongodb1.2.0 into my existing project.
After building the project, I try to start the tomcat, it throws exception below (with spring-data-commons-1.3.2):
Code:
Caused by: java.lang.ClassNotFoundException: org.springframework.data.repository.config.RepositoryConfigurationExtension
there is another exception thrown:
Code:
Caused by: org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name 'repository:repository' to a(n) 'type definition' component.
anyone could help?