Not sure if I should post this here or in the Neo4j forum.
I get this error with both spring-data-neo4j 1.1 and 2.0-snapshot when running via tc server:
ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.parsing.BeanDefi nitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/data/graph]
I have no idea what this means.
POM dep:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
<version>1.5.M02</version>
</dependency>
Bean namespace is setup like is mentioned here in example 2.3:
http://static.springsource.org/sprin...tutorial_setup
Any known dependency conflicts?
Its only a warning in the appcontext.xml file, but turns into an error when run.


Reply With Quote
