Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 98701 invoked from network); 18 Sep 2008 23:01:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2008 23:01:21 -0000 Received: (qmail 24460 invoked by uid 500); 18 Sep 2008 23:01:18 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 24387 invoked by uid 500); 18 Sep 2008 23:01:18 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 24371 invoked by uid 99); 18 Sep 2008 23:01:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 16:01:18 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG 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, 18 Sep 2008 23:00:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A49E7234C1DE for ; Thu, 18 Sep 2008 16:00:52 -0700 (PDT) Message-ID: <1968012711.1221778852673.JavaMail.jira@brutus> Date: Thu, 18 Sep 2008 16:00:52 -0700 (PDT) From: "Jonathan Anstey (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-501) ScheduledPollConsumer swallows exceptions In-Reply-To: <1853279808.1210493323485.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Anstey resolved CAMEL-501. ----------------------------------- Resolution: Fixed > ScheduledPollConsumer swallows exceptions > ----------------------------------------- > > Key: CAMEL-501 > URL: https://issues.apache.org/activemq/browse/CAMEL-501 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 1.3.0 > Reporter: Claus Ibsen > Assignee: Jonathan Anstey > Fix For: 1.5.0 > > > ScheduledPollConsumer.run() swallows any exception thrown from a polling consumer. > {code} > /** > * Invoked whenever we should be polled > */ > public void run() { > LOG.debug("Starting to poll"); > try { > poll(); > } catch (Exception e) { > LOG.warn("Caught: " + e, e); > } > } > {code} > See this forum > http://www.nabble.com/Re%3A-svn-commit%3A-r654414---in--activemq-camel-trunk-components-camel-mail-src%3A-main-java-org-apache-camel-component-mail--test-java-org-apache-camel-component-mail--td17121927s22882.html#a17122075 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.