| Applying the patch https://issues.jboss.org/browse/WFNOSQL-28, it seems that WildFly NoSQL is not anymore an issue. Thanks @ScottMarlow for the patch. Moreover, it seems that there is a issue with the hibernate-jipijapa module provided by Hibernate ORM feature pack distribution`org.hibernate:hibernate-orm-jbossmodules:5.3.6.Final`: the module org.hibernate.orm.jipijapa-hibernate5 slot 5.3. It seems that integration test on WildFly 14 would work only using the `org.hibernate.jipijapa-hibernate5-3` module provided by the application server itself and not with `org.hibernate.orm.jipijapa-hibernate5:5.3`. Is it possible? I think that there are two possible solutions:
- Fix the jipijapa module in Hibernate ORM feature pack distribution
- Update Hibernate OGM and Hibernate Search module in order to use the one provided by the application server
Both work for me. @Sanne what do you think?
|