]
Alexey Kazakov moved JBIDE-22665 to ARQ-2036:
---------------------------------------------
Project: Arquillian (was: Tools (JBoss Tools))
Key: ARQ-2036 (was: JBIDE-22665)
Component/s: (was: arquillian)
Migrating to wildfly10, I get an error with the jboss logging
-------------------------------------------------------------
Key: ARQ-2036
URL:
https://issues.jboss.org/browse/ARQ-2036
Project: Arquillian
Issue Type: Bug
Environment: WildFly10 mode managed in arquillian:
org.wildfly.arquillian:wildfly-arquillian-parent:2.0.0.Final
org.jboss.arquillian:arquillian-build:1.1.11.Final (modelversion: 4.0.0)
Reporter: lamiae obila
Priority: Blocker
I was migrating my application from Jboss AS7 to Wildfly10 using arquillian for tests.
But, I get this error :
{code:java}
Exception in thread "Remoting "endpoint" task-4"
java.lang.NoSuchMethodError: org.jboss.logging.Logger.tracef(Ljava/lang/String;I)V
at
org.jboss.remotingjmx.VersionedConectionFactory$ClientVersionReceiver.handleMessage(VersionedConectionFactory.java:158)
at
org.jboss.remoting3.remote.RemoteConnectionChannel$5.run(RemoteConnectionChannel.java:456)
at
org.jboss.remoting3.EndpointImpl$TrackingExecutor$1.run(EndpointImpl.java:717)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{code}
I use the wildfly-arquillian-container-managed: version 2.0.0.Final for my test
arquillian.