I am running Spring Data JPA with Helios and Tomcat and I am getting an error message when trying to run the tomcat server from within Helios:
org.springframework.beans.factory.parsing.BeanDefi nitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/data/jpa]
Offending resource: ServletContext resource [/WEB-INF/spring/repositories.xml]
I have the spring-data-jpa-1.0.0.M1.jar, spring-data-common-core-1.0.0.M2.jar and spring-data-commons-apsects-1.0.0..M2.jar all in the dir .metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/MyApp/WEB-INF/lib
This was working last week so I am unclear as to what has changed and why it does not work now.
Thanks


Reply With Quote
