-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.2.1
-
%
-
-
When building camel-cxf-binding quickstart all tests fail with this error:
Test set: org.switchyard.quickstarts.camel.cxf.CamelCxfTest ------------------------------------------------------------------------------- Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 7.762 s <<< FAILURE! - in org.switchyard.quickstarts.camel.cxf.CamelCxfTest testSwitchYardWebService(org.switchyard.quickstarts.camel.cxf.CamelCxfTest) Time elapsed: 0.602 s <<< FAILURE! junit.framework.AssertionFailedError: org.custommonkey.xmlunit.Diff [different] Expected namespace URI 'urn:switchyard-quickstart:camel-cxf:2.0' but was 'http://schemas.xmlsoap.org/soap/envelope/' - comparing <orderResponse...> at /Envelope[1]/Body[1]/orderResponse[1] to <soap:Fault...> at /Envelope[1]/Body[1]/Fault[1] at org.switchyard.quickstarts.camel.cxf.CamelCxfTest.testSwitchYardWebService(CamelCxfTest.java:52) fault(org.switchyard.quickstarts.camel.cxf.CamelCxfTest) Time elapsed: 0.464 s <<< FAILURE! java.lang.AssertionError at org.switchyard.quickstarts.camel.cxf.CamelCxfTest.fault(CamelCxfTest.java:59)
the quickstart is working in build 185 so it's a regression
- is caused by
-
ENTESB-6136 got "java.net.SocketException: Invalid argument" exception
- Closed
-
ENTESB-6280 Often a CXF soap based thread ends up in NullPointer Exception in high load.
- Closed
- relates to
-
CAMEL-10623 Loading...