Currently the deployment used in the integration tests is using the manifest to load the dependencies.
In particular, the documentation only shows the descriptor for WildFly but the one for EAP is diffrent (because of different modules used):
- for EAP is : {code}<module name="org.hibernate" slot="ogm" />{code}
- for WildFly is : {code}<module name="org.hibernate" slot="ogm" services="export" />{code}
|