Hi,
I'm trying to use hibernate-ogm-neo4j on EAP 6.1.1. I'm using two PU and with ogm version 4.0.0.beta4 I encountered https://hibernate.atlassian.net/browse/OGM-416.
When I tried to use ogm 4.1.0.beta1 I encountered ClassNotFoundException org.hibernate.jpa.HibernatePersistenceProvider because EAP 6.1.1 uses Hibernate 4.2.0.SP1.Final.
Inspired by https://forum.hibernate.org/viewtopic.php?p=2465955#p2465955 I tried update hibernate module in EAP 6.1.1 to 4.3.4, but then it didn't even start:
Code:
Caused by: java.lang.ClassNotFoundException: org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform from [Module "org.jboss.as.jpa.hibernate:4" from local module loader @6d3f1f92 (finder: local module finder @4b31e246 (roots: /home/jbrazdil/apps/eap/jboss-eap-6.1.1-hibernate-4.3/modules,/home/jbrazdil/apps/eap/jboss-eap-6.1.1-hibernate-4.3/modules/system/layers/base))]
Is there a way how to use OGM on EAP 6.1.1 or 6.2.0 (HB 4.2.7.SP1.Final)?
Thanks
Honza