Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 21379 invoked from network); 4 Apr 2008 08:49:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 08:49:51 -0000 Received: (qmail 13983 invoked by uid 500); 4 Apr 2008 08:49:50 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 13962 invoked by uid 500); 4 Apr 2008 08:49:50 -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 13910 invoked by uid 99); 4 Apr 2008 08:49:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 01:49:50 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of james.strachan@gmail.com designates 209.85.162.183 as permitted sender) Received: from [209.85.162.183] (HELO el-out-1112.google.com) (209.85.162.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 08:49:06 +0000 Received: by el-out-1112.google.com with SMTP id m34so1842289ele.21 for ; Fri, 04 Apr 2008 01:49:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=YtKADXNtNRMd7t32hugOxfTd4r7L4jkq2psJYacrjI4=; b=sDrEgMbRtr5LqwzKqrFFj977LZ1s7Fh/ZC2TYCPiDVr5q8pm6wgj4hC/LzsiCHt/K6YSeICOTDUCzNtLlDCqPn3BPwKsDnrkVQOxMyTtqlk4xKnmHKVIRCMk/hVKn091y4JdX8irHaouulSs9eywqw7LmybA9uBzuE45xUbU/8A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tkIqFY8w8m8+1XBediS8SUTGgX8YvgbuDP8bgoIlxugRQROh6AepsZMY8HgtcjIPLnM3QqtcE/9OKq3exPZ9LPXUxqI7Zv2F2k7+e78T+R1XSRAx762yqsv/77Y9LZkc27AmMC8vm4eSurm3bpX9XKrk3X/KItkzTH/iE9v1+AY= Received: by 10.150.156.9 with SMTP id d9mr491868ybe.116.1207298956003; Fri, 04 Apr 2008 01:49:16 -0700 (PDT) Received: by 10.150.148.20 with HTTP; Fri, 4 Apr 2008 01:49:15 -0700 (PDT) Message-ID: Date: Fri, 4 Apr 2008 09:49:15 +0100 From: "James Strachan" To: camel-dev@activemq.apache.org Subject: Re: [VOTE] Release Apache Camel 1.3.0 (RC4) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <16487404.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Agreed; lets get something out how, then do 1.3.1 real soon On 04/04/2008, Guillaume Nodet wrote: > Well, the vote is already started for the other RC. I think we *really* > need a 1.3.0 of Camel asap and imho, non blocking bugs can be fixed in > further bug fix release: I really suggest we release more frequently to > avoid such problems. What about we do a bug fix release in a few weeks > if needed ? Claus, wanna volunteer as the release manager for 1.3.1 ? > > > On Fri, Apr 4, 2008 at 9:49 AM, davsclaus wrote: > > > > > I am assuming we are building a new RC for the 1.3 release?> > > > In that respect we have a bug CAMEL-410 that I would like to get fixed and > > included. I got the bug nailed down but want to polish and improve the > > unit > > tests before committing. I anticipate that I will be done at the end of > > the > > weekend at the latest. > > > > The bug is basically if you configure Camel to use 2 or more exception > > handlers, then Camel could potentially pick the worst candidate for > > handling > > the thrown exception. By that I mean eg. a top level > > .exception(Exception.class) instead of a user specific exception such as > > .exception(MyBusinessException.class). > > > > I am introducing a strategy to resolve which is the best exception type to > > handle the thrown exception in questions. The default strategy will be to > > use the exception that is the closets match to the thrown exception. > > > > eg. java.net.ConnectionException will match java.io.IOException > > eg. CamelExchangeException will match CamelException > > eg. MyBusinessException will match MyBaseBusinessException > > eg. NullPointerException will match Exception > > > > Well you might get the picture. > > > > A different strategy could be to use the ordering of how the exceptions > > was > > configured. Use the fist match that can handle it etc (top-down). > > > > /Claus > > -- > > View this message in context: > > http://www.nabble.com/-VOTE--Release-Apache-Camel-1.3.0-%28RC4%29-tp16414633s22882p16487404.html > > Sent from the Camel - Development mailing list archive at Nabble.com. > > > > > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com