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 D1B2578E5 for ; Wed, 12 Oct 2011 20:06:50 +0000 (UTC) Received: (qmail 58509 invoked by uid 500); 12 Oct 2011 20:06:50 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 58429 invoked by uid 500); 12 Oct 2011 20:06:50 -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 58421 invoked by uid 99); 12 Oct 2011 20:06:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 20:06:50 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 20:06:43 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RE54I-0003Ya-3t for users@camel.apache.org; Wed, 12 Oct 2011 13:06:22 -0700 Date: Wed, 12 Oct 2011 13:06:22 -0700 (PDT) From: sanjai To: users@camel.apache.org Message-ID: <1318449982103-4896788.post@n5.nabble.com> Subject: Issue with recipientList and cxf in 2.8.0? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello all, I have a route that had been working fine in our production system. The route is fairly basic. It simply reads messages of a JMS queue, does some processing on the message and then sends the message to multiple cxf endpoints. The sending to multiple endpoints is done by using recipientList as follows:
recipientList
Where the recipientList will look like this in my test environment: cxf:bean:csgEndpoint?address=http://localhost:9091/,cxf:bean:csgEndpoint?address=http://localhost:9090/ The recipientList is generated dynamically. This was working fine in camel 2.7.3. However, it broke when I upgraded to 2.8.0. In 2.8.0, the web service on port 9091 will only be called for the first message processed. After that it will not be called, but the web service on port 9090 will be called twice for each message. Really weird. Again, this was working fine in 2.7.3. I looked at the 2.8.0 release notes but not see anything obvious on changes to recipientList that will cause this Has anywone else seen this or have any ideas on how to get around this issue? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Issue-with-recipientList-and-cxf-in-2-8-0-tp4896788p4896788.html Sent from the Camel - Users mailing list archive at Nabble.com.