Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 45244 invoked from network); 4 May 2009 16:07:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 May 2009 16:07:07 -0000 Received: (qmail 17145 invoked by uid 500); 4 May 2009 16:07:07 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 17120 invoked by uid 500); 4 May 2009 16:07:07 -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 17110 invoked by uid 99); 4 May 2009 16:07:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 16:07:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 16:06:59 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1M10gg-0006ki-My for users@camel.apache.org; Mon, 04 May 2009 09:06:38 -0700 Message-ID: <23371453.post@talk.nabble.com> Date: Mon, 4 May 2009 09:06:38 -0700 (PDT) From: arhan To: users@camel.apache.org Subject: Re: Timer endpoint and errorHandler In-Reply-To: <5380c69c0905040717h4ad2f555t1d24e7c3fe11bc13@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ant.arhipov@gmail.com References: <23366970.post@talk.nabble.com> <5380c69c0905040717h4ad2f555t1d24e7c3fe11bc13@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi! I tried it with 2.0-M1 Claus Ibsen-2 wrote: > > > I just added unit test in Camel 2.0 that looks like you route and it > works: > http://svn.apache.org/viewvc?view=rev&revision=771312 > > What version of Camel are you using? > > The reason could be the body message is null, as the timer does not > create any input message. > There was such a bug in Camel 1.3/1.4 when using the tracer. > > You can try adding > .setBody(constant("")) > > -- View this message in context: http://www.nabble.com/Timer-endpoint-and-errorHandler-tp23366970p23371453.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.