This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 892d726989f [CAMEL-18729]fix
CxfPayloadProducerNamespaceOnEnvelopeStreamCacheTest
892d726989f is described below
commit 892d726989fdeff7cf8bd751c71c63d8f413927a
Author: Freeman Fang <[email protected]>
AuthorDate: Thu Nov 24 08:56:37 2022 -0500
[CAMEL-18729]fix CxfPayloadProducerNamespaceOnEnvelopeStreamCacheTest
---
.../namespace/CxfPayloadProducerNamespaceOnEnvelopeStreamCacheTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/soap/springboot/namespace/CxfPayloadProducerNamespaceOnEnvelopeStreamCacheTest.java
b/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/soap/springboot/namespace/CxfPayloadProducerNamespaceOnEnvelopeStreamCacheTest.java
index 189dab3e4e8..20654d68529 100644
---
a/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/soap/springboot/namespace/CxfPayloadProducerNamespaceOnEnvelopeStreamCacheTest.java
+++
b/components-starter/camel-cxf-soap-starter/src/test/java/org/apache/camel/component/cxf/soap/springboot/namespace/CxfPayloadProducerNamespaceOnEnvelopeStreamCacheTest.java
@@ -74,7 +74,7 @@ public class
CxfPayloadProducerNamespaceOnEnvelopeStreamCacheTest extends CxfPay
// easier
.convertBodyTo(String.class);
// This route just returns the test message
-
from("cxf:bean:serviceEndpoint?dataFormat=RAW").setBody().constant(RESPONSE_MESSAGE);
+
from("cxf:bean:routerEndpoint?dataFormat=RAW").setBody().constant(RESPONSE_MESSAGE);
}
};
}