hibernate-ogm-5.1.0 final with wildfly 10 neo4j 模块错误

hibernate-ogm-5.1.0 final with wildfly 10 neo4j module error

我想用 wildfly 10+ neo4j 配置 hibernate-ogm 但出现此错误。有人可以帮忙吗?

您需要下载 Hibernate OGM 模块并将它们解压到 Wildfly 文件夹中。按照文档中的说明进行操作:https://docs.jboss.org/hibernate/stable/ogm/reference/en-US/html_single/#ogm-configuration-jbossmodule

简而言之:

  1. Download the WildFly modules
  2. 在您的 WildFly 服务器的主页中解压模块

如果您已经这样做了,请检查模块是否位于 WILDFLY_HOME/modules/org/hibernate/ogm

下的正确位置