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
