Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 37995 invoked from network); 7 Jan 2010 20:17:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2010 20:17:37 -0000 Received: (qmail 75712 invoked by uid 500); 7 Jan 2010 20:17:37 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 75680 invoked by uid 500); 7 Jan 2010 20:17:37 -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 75670 invoked by uid 500); 7 Jan 2010 20:17:37 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 75667 invoked by uid 99); 7 Jan 2010 20:17:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 20:17:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 20:17:36 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F4FB234C04C for ; Thu, 7 Jan 2010 12:17:16 -0800 (PST) Message-ID: <2051036800.3931262895436243.JavaMail.jira@brutus.apache.org> Date: Thu, 7 Jan 2010 20:17:16 +0000 (UTC) From: =?UTF-8?Q?J=C3=B6rn_Kottmann_=28JIRA=29?= To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-2344) MailConsumer should log exception in processRollback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c MailConsumer should log exception in processRollback ---------------------------------------------------- Key: CAMEL-2344 URL: https://issues.apache.org/activemq/browse/CAMEL-2344 Project: Apache Camel Issue Type: Improvement Components: camel-mail Affects Versions: 2.0.0 Reporter: J=C3=B6rn Kottmann Priority: Trivial The MailConsumer logs in the rollback case the exchange (line 162 in revisi= on 893983) but the exchange contains (usually ?) an exception which is not = logged. In my case the exception is thrown from a custom Expression which splits a = mail message. Only a rollback warning which contains the headers of the mail message is l= ogged which makes finding the actual cause difficult. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.