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 C7C064609 for ; Fri, 27 May 2011 13:29:31 +0000 (UTC) Received: (qmail 11419 invoked by uid 500); 27 May 2011 13:29:31 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 11383 invoked by uid 500); 27 May 2011 13:29:31 -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 11375 invoked by uid 99); 27 May 2011 13:29:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2011 13:29:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Fri, 27 May 2011 13:29: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 621FDE240F for ; Fri, 27 May 2011 13:28:48 +0000 (UTC) Date: Fri, 27 May 2011 13:28:48 +0000 (UTC) From: "Hadrian Zbarcea (JIRA)" To: dev@camel.apache.org Message-ID: <1831981016.48602.1306502928398.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CAMEL-4022) Issue using errorBuilderRef with the xml dsl MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Issue using errorBuilderRef with the xml dsl -------------------------------------------- Key: CAMEL-4022 URL: https://issues.apache.org/jira/browse/CAMEL-4022 Project: Camel Issue Type: Bug Affects Versions: 2.7.1 Reporter: Hadrian Zbarcea Assignee: Hadrian Zbarcea While fixing issues around the errorHandler I noticed that definitions defined in the camel context are ignored if a route specifies its own errorHandlerRef. The reason is that we set the onException definition on the default error handler. I have a fix for that, but I discovered a different issue (I think) for which I would like to discuss the solution. When we have an onException definition that looks kinda like this: {code} java.lang.IllegalArgumentException {code} ... something happens, the IAE exception is caught, we do something, but in that process another exception is thrown. Currently, that would be caught by the default error handler, which may not be what we want. What error handler (if any) should handle exceptions thrown while in onException? [I will get back later today with the options I see, but comments are appreciated in the meantime] -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira