Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 572B518A4E for ; Wed, 12 Aug 2015 06:06:14 +0000 (UTC) Received: (qmail 59617 invoked by uid 500); 12 Aug 2015 06:06:13 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 59567 invoked by uid 500); 12 Aug 2015 06:06:13 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 59556 invoked by uid 99); 12 Aug 2015 06:06:13 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 06:06:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E6BBA18193D for ; Wed, 12 Aug 2015 06:06:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 5.515 X-Spam-Level: ***** X-Spam-Status: No, score=5.515 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, HTML_MESSAGE=3, NML_ADSP_CUSTOM_MED=1.2, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id K-fSqg_1j4UX for ; Wed, 12 Aug 2015 06:06:05 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id E78AA205B3 for ; Wed, 12 Aug 2015 06:06:04 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 6935A12FF129 for ; Tue, 11 Aug 2015 23:05:26 -0700 (PDT) Date: Tue, 11 Aug 2015 23:06:04 -0700 (MST) From: Resmis To: users@camel.apache.org Message-ID: <1439359564764-5770595.post@n5.nabble.com> Subject: Apache Camel CXF Transport - Adding interceptors to JaxWs Client MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_83016_1607595679.1439359564765" ------=_Part_83016_1607595679.1439359564765 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,We are invoking a soap service through RabbitMQ using Camel transport JaxWS client as given below (Ref: http://camel.apache.org/better-jms-transport-for-cxf-webservice-using-apache-camel.html , and used camel-cxf-transport version 2.15.2). Service invoked successfully, but could not add interceptors to the JaxWS client proxy. Tried the following: When interceptor tag with bean ref is added it is showing the following error: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Cannot locate BeanDefinitionParser for element [ref]Can anyone please help with a sample on how to correctly add the interceptors in camel transport cxf client?Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-CXF-Transport-Adding-interceptors-to-JaxWs-Client-tp5770595.html Sent from the Camel - Users mailing list archive at Nabble.com. ------=_Part_83016_1607595679.1439359564765--