]
Scott Marlow closed WFLY-5027.
------------------------------
Resolution: Done
Adapt to changed module slot for Hibernate OGM
----------------------------------------------
Key: WFLY-5027
URL:
https://issues.jboss.org/browse/WFLY-5027
Project: WildFly
Issue Type: Feature Request
Components: EE
Reporter: Gunnar Morling
Assignee: Scott Marlow
Fix For: 10.0.0.Beta1
[~smarlow], we'd like to alter the module name + slot we use for Hibernate OGM (See
[
OGM-698|https://hibernate.atlassian.net/browse/OGM-698]). Currently it's
name="org.hibernate" and slot="ogm", we'd like to use
name="org.hibernate.ogm" and slot="main".
IIRC, this requires some change in the ORM integration code (JipiJapa). Could you do that
change (or point me to the right place, then I can try to do it myself)? Thanks!