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

你好,当我尝试在我的neo4j spring数据项目上运行一个主测试时,我得到了这个错误

意外的异常解析来自类路径资源的XML文档[neo4j.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

感谢你的帮助,我真的很喜欢它


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
  • 链接地址: http://www.djcxy.com/p/68767.html

    上一篇: namespace handler for for neo4j spring data error

    下一篇: What is the proper configuration for Spring Data Neo4j and PlayFramework 2.1.1?