Re: [hibernate-dev] About the WildFly bootstrap errors in Hibernate ORM / master

2018-01-24 Thread Steve Ebersole
The stacktrace did not say. Anyway, I pulled and the errors in those tests are gone. Thanks! On Wed, Jan 24, 2018 at 9:43 AM Sanne Grinovero wrote: > On 24 January 2018 at 15:33, Steve Ebersole wrote: > > To be clear... this fixes errors like: > > > > org.hibernate.wildfly.integrationtest.Hib

Re: [hibernate-dev] About the WildFly bootstrap errors in Hibernate ORM / master

2018-01-24 Thread Sanne Grinovero
On 24 January 2018 at 15:46, Steve Ebersole wrote: > The stacktrace did not say. Anyway, I pulled and the errors in those tests > are gone. Thanks! Great to hear it confirmed! Thank you > > On Wed, Jan 24, 2018 at 9:43 AM Sanne Grinovero wrote: >> >> On 24 January 2018 at 15:33, Steve Ebersol

Re: [hibernate-dev] About the WildFly bootstrap errors in Hibernate ORM / master

2018-01-24 Thread Sanne Grinovero
On 24 January 2018 at 15:33, Steve Ebersole wrote: > To be clear... this fixes errors like: > > org.hibernate.wildfly.integrationtest.HibernateEnversOnWildflyTest > > classMethod FAILED > org.jboss.arquillian.container.spi.client.container.LifecycleException > Caused by: java.util.conc

Re: [hibernate-dev] About the WildFly bootstrap errors in Hibernate ORM / master

2018-01-24 Thread Steve Ebersole
To be clear... this fixes errors like: org.hibernate.wildfly.integrationtest.HibernateEnversOnWildflyTest > classMethod FAILED org.jboss.arquillian.container.spi.client.container.LifecycleException Caused by: java.util.concurrent.TimeoutException ? On Wed, Jan 24, 2018 at 9:03 AM Ch

Re: [hibernate-dev] About the WildFly bootstrap errors in Hibernate ORM / master

2018-01-24 Thread Chris Cranford
Thanks Sanne. On 01/24/2018 10:01 AM, Sanne Grinovero wrote: > This is fixed now: HHH-12250 > > You should all be free to remove JBoss Nexus from your settings.xml > again, if you prefer. > > Thanks > > > On 24 January 2018 at 13:33, Sanne Grinovero wrote: >> That's right :( >> >> Including it in

Re: [hibernate-dev] About the WildFly bootstrap errors in Hibernate ORM / master

2018-01-24 Thread Sanne Grinovero
This is fixed now: HHH-12250 You should all be free to remove JBoss Nexus from your settings.xml again, if you prefer. Thanks On 24 January 2018 at 13:33, Sanne Grinovero wrote: > That's right :( > > Including it in the build script gets our provioning plugin to know how to > resolve things, a

Re: [hibernate-dev] About the WildFly bootstrap errors in Hibernate ORM / master

2018-01-24 Thread Sanne Grinovero
That's right :( Including it in the build script gets our provioning plugin to know how to resolve things, and all works fine in the phase of creating the server copy. But next the produced Wildfly server starts in a new JVM, entirely new context, and expects to find the dependencies "as configur

Re: [hibernate-dev] About the WildFly bootstrap errors in Hibernate ORM / master

2018-01-24 Thread Steve Ebersole
I'm confused. You're saying it's not enough to include it in the Gradle script? On Wed, Jan 24, 2018, 5:05 AM Sanne Grinovero wrote: > Hi all, > especially Chris, and anyone else having problems with the integration > tests using WildFly, > > the problem seems to be caused by not having the JBo