[
https://issues.apache.org/jira/browse/CAMEL-12599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16524931#comment-16524931
]
ASF GitHub Bot commented on CAMEL-12599:
----------------------------------------
coheigea commented on issue #2394: CAMEL-12599: Upgrade to CXF 3.2.5
URL: https://github.com/apache/camel/pull/2394#issuecomment-400638422
@davsclaus The following change fixes the build error above:
---
a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpo
int.java
+++
b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpo
int.java
@@ -1235,7 +1235,7 @@ public class CxfEndpoint extends DefaultEndpoint
implements AsyncEndpoint, Heade
resContext.putAll(inMsg);
// remove the recursive reference if present
resContext.remove(Message.INVOCATION_CONTEXT);
- responseContext.put(Thread.currentThread(), resContext);
+ reloadResponseContext(resContext);
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Upgrade to CXF 3.2.5
> --------------------
>
> Key: CAMEL-12599
> URL: https://issues.apache.org/jira/browse/CAMEL-12599
> Project: Camel
> Issue Type: Task
> Components: camel-cxf, camel-cxfrs
> Reporter: Peter Palaga
> Priority: Major
> Fix For: 2.23.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)