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
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
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
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
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
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
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
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