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