Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ED1C7200BE7 for ; Tue, 20 Dec 2016 10:58:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EBD93160B33; Tue, 20 Dec 2016 09:58:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6E7E3160B29 for ; Tue, 20 Dec 2016 10:58:04 +0100 (CET) Received: (qmail 90235 invoked by uid 500); 20 Dec 2016 09:57:58 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 90195 invoked by uid 99); 20 Dec 2016 09:57:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2016 09:57:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5E8932C1F56 for ; Tue, 20 Dec 2016 09:57:58 +0000 (UTC) Date: Tue, 20 Dec 2016 09:57:58 +0000 (UTC) From: "Thomas Diesler (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAMEL-10623) Camel CXF version not compatible with WildFly CXF MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 20 Dec 2016 09:58:05 -0000 Thomas Diesler created CAMEL-10623: -------------------------------------- Summary: 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)