]
James Perkins commented on WFLY-4707:
-------------------------------------
Excellent, thanks!
Can't use WildFly 9 CR1 and WildFly Arquillian 1.0.0.CR1
together
-----------------------------------------------------------------
Key: WFLY-4707
URL:
https://issues.jboss.org/browse/WFLY-4707
Project: WildFly
Issue Type: Bug
Components: Logging
Affects Versions: 9.0.0.CR1
Reporter: John Ament
Assignee: James Perkins
You cannot use WildFly 9 CR1 and the Arquillian adapter v1.0.0.CR1 together. In my
configuration, you get the following stack after deploying
{code}
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$4.run(RemoteConnectionChannel.java:386)
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}
Note that I'm using JDK 1.8 u45. Switching to 1.0.0.Alpha1 works fine.