[
https://issues.apache.org/jira/browse/CAMEL-10623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15763810#comment-15763810
]
ASF GitHub Bot commented on CAMEL-10623:
----------------------------------------
GitHub user tdiesler opened a pull request:
https://github.com/apache/camel/pull/1357
[CAMEL-10623] Camel CXF version not compatible with WildFly CXF
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tdiesler/camel CAMEL-10623
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1357.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1357
----
commit a5d14422edf6f5c972c759545ff144488b08ae72
Author: Thomas Diesler <[email protected]>
Date: 2016-12-20T09:58:31Z
[CAMEL-10623] Camel CXF version not compatible with WildFly CXF
----
> Camel CXF version not compatible with WildFly CXF
> -------------------------------------------------
>
> Key: CAMEL-10623
> URL: https://issues.apache.org/jira/browse/CAMEL-10623
> Project: Camel
> Issue Type: Bug
> Components: camel-cxf
> Reporter: Thomas Diesler
> Fix For: 2.18.2, 2.19.0
>
>
> cxf-3.1.9 distributed with camel-2.19.x is not compatible with cxf-3.1.6 from
> wildfly-10.1.0.Final
> {code}
> Caused by: java.lang.NoSuchMethodError:
> org.apache.cxf.message.Message.remove(Ljava/lang/Class;)Ljava/lang/Object;
> at
> org.apache.camel.component.cxf.CxfEndpoint$CamelCxfClientImpl.setParameters(CxfEndpoint.java:1239)
> at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:470)
> at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:416)
> at
> org.apache.camel.component.cxf.CxfProducer.process(CxfProducer.java:133)
> {code}
> CrossRef: https://github.com/wildfly-extras/wildfly-camel/issues/1546
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)