I want to configure hibernate-ogm with wildfly 10+ neo4j but getting this error. Can any one help?
Asked
Active
Viewed 71 times
1 Answers
1
You need to download the Hibernate OGM modules and unpack them the Wildfly folder. Follow the instructions in the documentation: https://docs.jboss.org/hibernate/stable/ogm/reference/en-US/html_single/#ogm-configuration-jbossmodule
In short:
- Download the WildFly modules
- Unpack the modules in the HOME of your WildFly server
If you have alredy done this, check that the modules are in the right place under WILDFLY_HOME/modules/org/hibernate/ogm

Davide D'Alto
- 7,421
- 2
- 16
- 30