Re: [hibernate-dev] WildFly, JtaPlatform and Hibernate OGM

2014-09-03 Thread Scott Marlow
On 09/01/2014 07:20 AM, Gunnar Morling wrote: > Hi, > > Running an OGM integration test on WildFly, I noticed that we work with > JBossStandAloneJtaPlatform. Shouldn't it rather be > JBossAppServerJtaPlatform in this case so we make use of the transaction > manager from the container? org.hibernat

[hibernate-dev] WildFly, JtaPlatform and Hibernate OGM

2014-09-01 Thread Gunnar Morling
Hi, Running an OGM integration test on WildFly, I noticed that we work with JBossStandAloneJtaPlatform. Shouldn't it rather be JBossAppServerJtaPlatform in this case so we make use of the transaction manager from the container? So I thought it might help to add jipijapa-hibernate4-3.jar to the OG