Index: components/camel-cxf/src/test/java/org/apache/camel/component/cxf/soap/headers/CxfMessageHeadersRelayTest.java =================================================================== --- components/camel-cxf/src/test/java/org/apache/camel/component/cxf/soap/headers/CxfMessageHeadersRelayTest.java (revision 14178) +++ components/camel-cxf/src/test/java/org/apache/camel/component/cxf/soap/headers/CxfMessageHeadersRelayTest.java (working copy) @@ -88,7 +88,7 @@ protected void startTargetCxfService() { Object impl = new HeaderTesterImpl(); - String address = "http://localhost:9090/HeaderService/"; + String address = "http://localhost:9091/HeaderService/"; EndpointImpl endpoint = (EndpointImpl) Endpoint.publish(address, impl); relayServer = endpoint.getServer(); Index: components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfMtomConsumerTest.java =================================================================== --- components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfMtomConsumerTest.java (revision 14178) +++ components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfMtomConsumerTest.java (working copy) @@ -38,7 +38,7 @@ public class CxfMtomConsumerTest extends ContextTestSupport { - protected static final String MTOM_ENDPOINT_ADDRESS = "http://localhost:9090/jaxws-mtom/hello"; + protected static final String MTOM_ENDPOINT_ADDRESS = "http://localhost:9091/jaxws-mtom/hello"; protected static final String MTOM_ENDPOINT_URI = "cxf://" + MTOM_ENDPOINT_ADDRESS + "?serviceClass=org.apache.camel.component.cxf.HelloImpl"; Index: components/camel-cxf/src/test/resources/mtom.wsdl =================================================================== --- components/camel-cxf/src/test/resources/mtom.wsdl (revision 14178) +++ components/camel-cxf/src/test/resources/mtom.wsdl (working copy) @@ -98,8 +98,8 @@ - + - \ No newline at end of file + Index: components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/message_headers_relay.xml =================================================================== --- components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/message_headers_relay.xml (revision 14178) +++ components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/message_headers_relay.xml (working copy) @@ -50,7 +50,7 @@ + + + + ibmjdk + + + java.vendor + IBM Corporation + + + + + + maven-surefire-plugin + + + false + true + false + + + javax.xml.transform.TransformerFactory + org.apache.xalan.xsltc.trax.TransformerFactoryImpl + + + + + + + + +