Re: [hibernate-dev] Module ZIP for upgrading Hibernate ORM in WildFly

2016-06-25 Thread Gunnar Morling
Scott, all, As discussed I've started to work on a module ZIP which can be used to add Hibernate ORM 5.1 to an existing WildFly 10.0 instance (which comes with ORM 5.0). As module slot I'm using "5.1". Now I assumed that it'd be enough to set this property in persistence.xml: jboss.as.jpa.p

Re: [hibernate-dev] Module ZIP for upgrading Hibernate ORM in WildFly

2016-06-25 Thread Gunnar Morling
Ok, so this was caused by the module dependency from org.hibernate.jipijapa-hibernate5 to org.hibernate. Seems I need to create a 5.1-specific adapter module, too, and require that to be configured by users via jboss.as.jpa.adapterModule. 2016-06-25 11:53 GMT+02:00 Gunnar Morling : > Scott, all,

Re: [hibernate-dev] Module ZIP for upgrading Hibernate ORM in WildFly

2016-06-25 Thread Sanne Grinovero
On 25 June 2016 at 13:15, Gunnar Morling wrote: > Ok, so this was caused by the module dependency > from org.hibernate.jipijapa-hibernate5 to org.hibernate. Seems I need to > create a 5.1-specific adapter module, too, and require that to be > configured by users via jboss.as.jpa.adapterModule. If