You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Thomas Herzog <t....@curecomp.com> on 2013/03/12 13:38:09 UTC

OpenEjb-lite-4.5.1

I have the problem that open-ejb ignore RuntimeExcptions which are
annotated with @ApplicationException or inherit from an Exception which
is annotated with @ApplicationException(inherited="true",
rollback="true").

The Exceptions are always wrapped into EJBExceptions after the
Interceptor invocations which makes it impossible to unwrap them
manually.

Even when they are listen in the ejb-jar.xml then they are ignored.

 

Is there a way to make open-ejb aware of the application exceptions via
configuration or so ?

 

open-ejb-lite-4.5.1

deltaspike-cdi-ctrl 

 


Re: OpenEjb-lite-4.5.1

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
+1 to provide us with an example.
We have tests for that and the build still passes.

Jean-Louis



2013/3/12 Thomas Herzog <t....@curecomp.com>

> I have the problem that open-ejb ignore RuntimeExcptions which are
> annotated with @ApplicationException or inherit from an Exception which
> is annotated with @ApplicationException(inherited="true",
> rollback="true").
>
> The Exceptions are always wrapped into EJBExceptions after the
> Interceptor invocations which makes it impossible to unwrap them
> manually.
>
> Even when they are listen in the ejb-jar.xml then they are ignored.
>
>
>
> Is there a way to make open-ejb aware of the application exceptions via
> configuration or so ?
>
>
>
> open-ejb-lite-4.5.1
>
> deltaspike-cdi-ctrl
>
>
>
>


-- 
Jean-Louis