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 6C5D26BB2 for ; Fri, 3 Jun 2011 13:47:42 +0000 (UTC) Received: (qmail 81136 invoked by uid 500); 3 Jun 2011 13:47:42 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 81107 invoked by uid 500); 3 Jun 2011 13:47:42 -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 81099 invoked by uid 99); 3 Jun 2011 13:47:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 13:47:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alancamillo@gmail.com designates 209.85.215.173 as permitted sender) Received: from [209.85.215.173] (HELO mail-ey0-f173.google.com) (209.85.215.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 13:47:34 +0000 Received: by eyb6 with SMTP id 6so778927eyb.32 for ; Fri, 03 Jun 2011 06:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=657MAV0F3jY734d+rpH1KfkuRn0mREe3T8hu15AgKek=; b=KYMPEAqnpE1mV1dJ/DCUItlkHtFS8Vn5JLhJOmseZ2p9DIylhjc2hDioa6lH0so6rX dMGl/eEb+2PJ1UawS+d5Vw0DVxQln5VDFJVQzEcA7YM4Er8m/anMdedTXMctycfUf2I5 +wb1yDSwinfb3ve9yWHhQlfc3yfU/NsNdCTPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=u/sOhJsPOjBgCVg5TxlchosBu32wZeFU1zehqufHAWjVs8oI8HTsUOgR777c3kgnzk XPsmC0VCLy1fTjl/LZ/7RNHAPvBwdWGJJ5DDYQKZpcQxIitvQQHc5Udzz1e7xxIAUBO9 17dE8zL3eDMs/e+fz5OGFBUdoWk9AQeT+rpoo= MIME-Version: 1.0 Received: by 10.14.101.144 with SMTP id b16mr749396eeg.244.1307108833935; Fri, 03 Jun 2011 06:47:13 -0700 (PDT) Received: by 10.14.32.82 with HTTP; Fri, 3 Jun 2011 06:47:13 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Jun 2011 10:47:13 -0300 Message-ID: Subject: Re: Custom error handler around one endpoint From: Alan Camillo To: "users@camel.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org The doTry can be used too: http://camel.apache.org/try-catch-finally.html Alan Camillo On Thursday, June 2, 2011, Greg McFall wrote: > Hi, > As best I can tell, there is just one error handler for the entire context. > Is there a way to create a custom error handler that can be applied > around a single endpoint? > > ~ Greg McFall >