Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A34DB7AA8 for ; Sat, 10 Sep 2011 05:21:51 +0000 (UTC) Received: (qmail 74843 invoked by uid 500); 10 Sep 2011 05:21:47 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 74414 invoked by uid 500); 10 Sep 2011 05:21:38 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 74364 invoked by uid 99); 10 Sep 2011 05:21:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2011 05:21:31 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2011 05:21:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 04DED4C127 for ; Sat, 10 Sep 2011 05:21:09 +0000 (UTC) Date: Sat, 10 Sep 2011 05:21:09 +0000 (UTC) From: "William Tam (JIRA)" To: dev@camel.apache.org Message-ID: <835863626.12703.1315632069016.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <816134973.11387.1315624399653.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CAMEL-4436) CxfRsProducer clientFactoryBean's bus should be initialized MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Tam resolved CAMEL-4436. -------------------------------- Resolution: Fixed Fix Version/s: 2.9.0 2.8.2 Committed revision 1167448 - 2.9.0.x Committed revision 1167458 - 2.8.2.x > CxfRsProducer clientFactoryBean's bus should be initialized > ----------------------------------------------------------- > > Key: CAMEL-4436 > URL: https://issues.apache.org/jira/browse/CAMEL-4436 > Project: Camel > Issue Type: Bug > Components: camel-cxf > Affects Versions: 2.8.0 > Reporter: William Tam > Assignee: William Tam > Priority: Minor > Fix For: 2.8.2, 2.9.0 > > > This defect only manifests itself if an application hosts more than one CamelContext. The first CamelContext contained by a Spring application context that does not have a custom bus (e.g. any http conduit configurations) while the second Spring application/Camel context does have a custom bus. > The symptom is when the application sends an message to the cxfrs endpoint in the second context (that contains custom bus), the cxfrs endpoint picks up the wrong bus. It picks up the default cxf in the first application context. > Furthermore, this defect only affects cxfrs producer using URI address format. E.g. > > It does not affect cxfrs addresses defined as a bean. E.g. > > > -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira