Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-18 Thread Scott Marlow
I tried deploying a simple 2lc enabled test app and got a CNFE on Infinispan classes being referenced from the application classloader. http://pastebin.com/PREzm6bn shows the exception. I'm guessing this is a classloader issue in ORM 5 to be worked out.

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-18 Thread Scott Marlow
On 06/18/2015 01:41 PM, Steve Ebersole wrote: > That should still be ok. If it does not work, that would be a bug. A few other WildFly (JPA) tests also get the same error. > > On Thu, Jun 18, 2015 at 11:38 AM Sanne Grinovero > wrote: > > On 18 June 2015 at 17:17

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-18 Thread Steve Ebersole
That should still be ok. If it does not work, that would be a bug. On Thu, Jun 18, 2015 at 11:38 AM Sanne Grinovero wrote: > On 18 June 2015 at 17:17, Scott Marlow wrote: > > > > > > On 06/18/2015 11:59 AM, Sanne Grinovero wrote: > >> > >> On 18 June 2015 at 15:55, Scott Marlow wrote: > >>> >

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-18 Thread Sanne Grinovero
On 18 June 2015 at 17:17, Scott Marlow wrote: > > > On 06/18/2015 11:59 AM, Sanne Grinovero wrote: >> >> On 18 June 2015 at 15:55, Scott Marlow wrote: >>> >>> Sanne, >>> >>> The [1] pull request to bring Jipijapa source into WildFly master is >>> merged. >>> >>> I pushed a copy of the (work in pr

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-18 Thread Scott Marlow
On 06/18/2015 11:59 AM, Sanne Grinovero wrote: > On 18 June 2015 at 15:55, Scott Marlow wrote: >> Sanne, >> >> The [1] pull request to bring Jipijapa source into WildFly master is merged. >> >> I pushed a copy of the (work in progress) ORM 5 changes to github [2]. >> >> Is there a WildFly pull r

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-18 Thread Sanne Grinovero
On 18 June 2015 at 15:55, Scott Marlow wrote: > Sanne, > > The [1] pull request to bring Jipijapa source into WildFly master is merged. > > I pushed a copy of the (work in progress) ORM 5 changes to github [2]. > > Is there a WildFly pull request for the changes to upgrade to Hibernate > Search 5.

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-18 Thread Scott Marlow
Sanne, The [1] pull request to bring Jipijapa source into WildFly master is merged. I pushed a copy of the (work in progress) ORM 5 changes to github [2]. Is there a WildFly pull request for the changes to upgrade to Hibernate Search 5.4.0.Alpha1? I didn't see one but I might of missed it. Sc