Re: @ApplicationException(rollback=true) ignored from external API

2008-06-30 Thread Dain Sundstrom
On Jun 25, 2008, at 2:15 PM, David Blevins wrote: Is the annotated exception class listed in any of the throws clauses of the business interface methods in module B? (where module A has the exception class, module B does not) If so, we could expand our support to looking there too in

Re: AW: @ApplicationException(rollback=true) ignored from external API

2008-06-27 Thread David Blevins
: Freitag, 27. Juni 2008 07:32 An: users@openejb.apache.org Betreff: Re: @ApplicationException(rollback=true) ignored from external API On Jun 25, 2008, at 4:42 PM, Karsten Ohme wrote: David Blevins schrieb: On Jun 25, 2008, at 9:38 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I run a test

Re: AW: @ApplicationException(rollback=true) ignored from external API

2008-06-27 Thread Karsten Ohme
is the annotated ServiceAddressException class. But the unit tests fails. Regards, Karsten -Ursprüngliche Nachricht- Von: David Blevins [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 27. Juni 2008 07:32 An: users@openejb.apache.org Betreff: Re: @ApplicationException(rollback=true) ignored from

Re: @ApplicationException(rollback=true) ignored from external API

2008-06-25 Thread David Blevins
On Jun 25, 2008, at 9:38 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I run a test which provokes an application exception. The exception is defined in the same module and annotated with @ApplicationException(rollback=true). The Exception is rolled back. Fine. Another test checks also an

Re: @ApplicationException(rollback=true) ignored from external API

2008-06-25 Thread Karsten Ohme
David Blevins schrieb: On Jun 25, 2008, at 9:38 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I run a test which provokes an application exception. The exception is defined in the same module and annotated with @ApplicationException(rollback=true). The Exception is rolled back. Fine.