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 DE134200C08 for ; Thu, 26 Jan 2017 16:38:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DCB6B160B40; Thu, 26 Jan 2017 15:38:20 +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 2E503160B33 for ; Thu, 26 Jan 2017 16:38:20 +0100 (CET) Received: (qmail 54867 invoked by uid 500); 26 Jan 2017 15:38:14 -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 54851 invoked by uid 99); 26 Jan 2017 15:38:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2017 15:38: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 794FE18C8BE for ; Thu, 26 Jan 2017 15:38:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 6.189 X-Spam-Level: ****** X-Spam-Status: No, score=6.189 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_YAHOO_RCVD=1.022, HTML_MESSAGE=2, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 3ZPKi49f8hez for ; Thu, 26 Jan 2017 15:38:08 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 615B05F4A8 for ; Thu, 26 Jan 2017 15:38:07 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mbob.nabble.com (Postfix) with ESMTP id 1851E3B4ED08 for ; Thu, 26 Jan 2017 07:19:41 -0800 (PST) Date: Thu, 26 Jan 2017 08:38:05 -0700 (MST) From: catequil To: users@camel.apache.org Message-ID: <1485445085656-5793090.post@n5.nabble.com> In-Reply-To: <1485373873371-5793058.post@n5.nabble.com> References: <1485373873371-5793058.post@n5.nabble.com> Subject: Re: Camel route not getting to aggregation and bean in certain cases MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_47531_863487508.1485445085679" archived-at: Thu, 26 Jan 2017 15:38:21 -0000 ------=_Part_47531_863487508.1485445085679 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit *Solution:*So I found the problem. The problem was with my doTry...Catch...[endDoTry] block.Do not use the endDoTry closing method. Just call end to end your try catch block. Can we some how add to the docmentation to not use the endDoTry and/or explain what the endDoTry does.Or can we remove the endDoTry method all together to reduce confusion for those using autocomplete. Or lastly fix endDoTry to work just like the end method. I think that it would help others in the future to do one of these things.Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-route-not-getting-to-aggregation-and-bean-in-certain-cases-tp5793058p5793090.html Sent from the Camel - Users mailing list archive at Nabble.com. ------=_Part_47531_863487508.1485445085679--