RES: RES: RES: RES: Possible incubation?

2009-04-12 Thread Andre Dantas Rocha
Handler types. This would (a) allow different handlers to be used for the same method, and (b) allow the exception to be thrown as normal when no matching handler was found. Just thinking, Matt --- On Wed, 4/8/09, Andre Dantas Rocha wrote: > From: Andre Dantas Rocha > Subject: RES: RE

RES: RES: RES: RES: Possible incubation?

2009-04-10 Thread Andre Dantas Rocha
The improvement suggested by Gaurav is very useful and can be done in >>> the >>> task (or even a Mojo). >>> >>> Andre >>> >>> -Mensagem original- >>> De: sebb [mailto:seb...@gmail.com] >>> Enviada em: quart

RES: Possible incubation?

2009-04-10 Thread Andre Dantas Rocha
matching handler was found. Just thinking, Matt --- On Wed, 4/8/09, Andre Dantas Rocha wrote: > From: Andre Dantas Rocha > Subject: RES: RES: RES: Possible incubation? > To: "'Andre Dantas Rocha'" , "'Commons Developers List'" > Date: Wed

RES: RES: RES: Possible incubation?

2009-04-08 Thread Andre Dantas Rocha
;s more valid to look at Jeha as a framework that only >>> handles >>> what you ask to handle. In the case you describe, if you don't ask >>> Jeha >> to >>> handle a certain type of exception, then that exception is simply >>> pro

RES: RES: Possible incubation?

2009-04-08 Thread Andre Dantas Rocha
, 8 de abril de 2009 12:11 Para: dev@commons.apache.org Assunto: Re: RES: Possible incubation? Hi Andre, Andre Dantas Rocha wrote at Mittwoch, 8. April 2009 15:17: > Hi Jorg, > > I understand your point, and maybe the framework need some improvement. > Today it's only an initial

RES: RES: Possible incubation?

2009-04-08 Thread Andre Dantas Rocha
t; > That may be so, but it's not mentioned in the Quick Start guide - the > only examples catch Exception, and there is no indication that the > Transformer task can be used to only add handlers for particular > Exceptions. > >> Gaurav >> >> >> >

RES: Possible incubation?

2009-04-08 Thread Andre Dantas Rocha
Oops... Where you see: throw handleException(e) replace with: throw new RuntimeException(handleException(e)); Andre -Mensagem original- De: Andre Dantas Rocha [mailto:andre.dantas.ro...@uol.com.br] Enviada em: quarta-feira, 8 de abril de 2009 10:18 Para: 'Commons Developers

RES: Possible incubation?

2009-04-08 Thread Andre Dantas Rocha
em: quarta-feira, 8 de abril de 2009 07:21 > > Para: Commons Developers List > Assunto: Re: Possible incubation? > > > On 08/04/2009, Jörg Schaible wrote: > > Hi Andre, > > > > Andre Dantas Rocha wrote at Dienstag, 7. April 2009 14:38: > > > > > &

RES: Possible incubation?

2009-04-08 Thread Andre Dantas Rocha
ebb [mailto:seb...@gmail.com] Enviada em: quarta-feira, 8 de abril de 2009 07:21 Para: Commons Developers List Assunto: Re: Possible incubation? On 08/04/2009, Jörg Schaible wrote: > Hi Andre, > > Andre Dantas Rocha wrote at Dienstag, 7. April 2009 14:38: > > > > Hi all, > >

RES: Possible incubation?

2009-04-08 Thread Andre Dantas Rocha
Wed, Apr 8, 2009 at 3:42 PM, Jörg Schaible wrote: > Hi Andre, > > Andre Dantas Rocha wrote at Dienstag, 7. April 2009 14:38: > > > Hi all, > > > > This message was originally sent to incubator list, but they suggest to > > post it here because *maybe* the idea can

RES: Possible incubation?

2009-04-08 Thread Andre Dantas Rocha
so, but it's not mentioned in the Quick Start guide - the only examples catch Exception, and there is no indication that the Transformer task can be used to only add handlers for particular Exceptions. > Gaurav > > > > Hi Andre, > > > > Andre Dantas Rocha wro

RES: Possible incubation?

2009-04-08 Thread Andre Dantas Rocha
e.org] Em nome de Jörg Schaible Enviada em: quarta-feira, 8 de abril de 2009 03:43 Para: dev@commons.apache.org Assunto: Re: Possible incubation? Hi Andre, Andre Dantas Rocha wrote at Dienstag, 7. April 2009 14:38: > Hi all, > > This message was originally sent to incubator list, but t

Possible incubation?

2009-04-07 Thread Andre Dantas Rocha
Hi all, This message was originally sent to incubator list, but they suggest to post it here because *maybe* the idea can fit in Commons project. I'm developing a framework called Jeha. The main idea is to provide easy exception description and handling using annotations in methods and clas