0

I want to configure hibernate-ogm with wildfly 10+ neo4j but getting this error. Can any one help?

enter image description here

František Hartman
  • 14,436
  • 2
  • 40
  • 60
hadi zafar
  • 13
  • 2

1 Answers1

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:

  1. Download the WildFly modules
  2. 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