This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch camel-spring-boot-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-3.18.x by
this push:
new 1eebb645ce1 [CAMEL-18729]fix
CxfPayloadProducerNamespaceOnEnvelopeStreamCacheTest
1eebb645ce1 is described below
commit 1eebb645ce17df2e537c6701a07d4a32d3849450
Author: Freeman Fang <[email protected]>
AuthorDate: Thu Nov 24 08:56:37 2022 -0500
[CAMEL-18729]fix CxfPayloadProducerNamespaceOnEnvelopeStreamCacheTest
(cherry picked from commit 892d726989fdeff7cf8bd751c71c63d8f413927a)
---
.../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);
}
};
}