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: {code}<module name="org.hibernate" slot="ogm" />{code}
- for WildFly: {code}<module name="org.hibernate" slot="ogm" services="export" />{code}
|