-
Bug
-
Resolution: Won't Do
-
Major
-
EAP 6.0.0
-
None
-
NEW
During EAP 6.0.0 CR1 I noticed unexpected failure, but when I run this test manually (-Dtest=...) it passed. I tried it locally and on test machines with the same JDK which was used in test. This failure is present on all test machines.
I think this test must be affected by other tests which were executed before it.
org.jboss.test.ws.jaxws.cxf.endorse.EndorseTestCase.testClientSide
http://hudson.qa.jboss.com/hudson/view/EAP6/view/EAP6-WS/job/eap-60-jbossws-testsuite-rhel/25/testReport/
http://hudson.qa.jboss.com/hudson/view/EAP6/view/EAP6-WS/job/eap-60-jbossws-testsuite-solaris/23/testReport/
Log can be found for example on http://hudson.qa.jboss.com/hudson/view/EAP6/view/EAP6-WS/job/eap-60-jbossws-testsuite-rhel/25/jdk=java17_default,label=RHEL6_x86_64/consoleText
Error Message
Expected class org.jboss.wsf.stack.cxf.client.configuration.JBossWSBusFactory but got class org.apache.cxf.bus.CXFBusFactory
Stacktrace
java.lang.RuntimeException: Expected class org.jboss.wsf.stack.cxf.client.configuration.JBossWSBusFactory but got class org.apache.cxf.bus.CXFBusFactory
at org.jboss.test.ws.jaxws.cxf.endorse.Helper.verify(Helper.java:46)
at org.jboss.test.ws.jaxws.cxf.endorse.EndorseTestCase.testClientSide(EndorseTestCase.java:50)