Re: [hibernate-dev] JTA platform configuration: Hibernate OGM on WildFly

2016-03-29 Thread Steve Ebersole
On Tue, Mar 29, 2016 at 9:30 AM Sanne Grinovero wrote: > When using Hibernate OGM on WildFly it's currently necessary to set > this property: > > hibernate.transaction.jta.platform = JBossAS > > 1 -- Would you all be ok for me to add a "WildFly" alias which > resolves to the same implementati

Re: [hibernate-dev] JTA platform configuration: Hibernate OGM on WildFly

2016-03-29 Thread Scott Marlow
On 03/29/2016 10:50 AM, Gunnar Morling wrote: > > > 2016-03-29 16:29 GMT+02:00 Sanne Grinovero >: > > When using Hibernate OGM on WildFly it's currently necessary to set > this property: > > hibernate.transaction.jta.platform = JBossAS > > 1 -- Wo

Re: [hibernate-dev] JTA platform configuration: Hibernate OGM on WildFly

2016-03-29 Thread Scott Marlow
On 03/29/2016 10:29 AM, Sanne Grinovero wrote: > When using Hibernate OGM on WildFly it's currently necessary to set > this property: > > hibernate.transaction.jta.platform = JBossAS > > 1 -- Would you all be ok for me to add a "WildFly" alias which > resolves to the same implementation? So

Re: [hibernate-dev] JTA platform configuration: Hibernate OGM on WildFly

2016-03-29 Thread Gunnar Morling
2016-03-29 16:29 GMT+02:00 Sanne Grinovero : > When using Hibernate OGM on WildFly it's currently necessary to set > this property: > > hibernate.transaction.jta.platform = JBossAS > > 1 -- Would you all be ok for me to add a "WildFly" alias which > resolves to the same implementation? > This

[hibernate-dev] JTA platform configuration: Hibernate OGM on WildFly

2016-03-29 Thread Sanne Grinovero
When using Hibernate OGM on WildFly it's currently necessary to set this property: hibernate.transaction.jta.platform = JBossAS 1 -- Would you all be ok for me to add a "WildFly" alias which resolves to the same implementation? This would be a patch for Hibernate ORM so it affects everyone. I