用于neo4j spring数据错误的命名空间处理程序

时间:2013-06-09 23:49:53

标签: java spring neo4j spring-data spring-data-neo4j

你好我在neo4j spring数据项目上运行主测试时遇到的这个错误

从类路径资源[neo4j.xml]解析XML文档时发生意外异常;嵌套异常是org.springframework.beans.FatalBeanException:名称空间[http://www.springframework.org/schema/data/neo4j]无效的NamespaceHandler类[org.springframework.data.neo4j.config.Neo4jNamespaceHandler]:处理程序问题类文件或依赖类;嵌套异常是java.lang.NoClassDefFoundError:org / springframework / data / repository / config / RepositoryConfigurationExtension

感谢您的帮助,我真的很了解它

1 个答案:

答案 0 :(得分:1)

Spring Data Neo4j尚不支持Neo4j 2.0。我建议你现在使用1.9或放弃SDN。你也可以更好地使用Spring 3.这是我目前正在使用的组合:

  • org.neo4j:neo4j:jar:1.9(同样使用neo4j-server的版本)
  • org.springframework.data:spring-data-neo4j:jar:2.2.1.RELEASE
  • org.springframework.data:spring-data-commons:jar:1.5.1.RELEASE
  • org.springframework:弹簧芯:罐:3.2.1.RELEASE