-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
None
When throwing an application exception in a method that is annotated with NOT_SUPPORTED it should not wrap the application Exception.
What currently happen is that it is wrapped in an EJBException instead of being thrown un-wrapped.
See Table 14 p361. of jsr-220 spec
This has been tested on EAP 5.1.0
- duplicates
-
EJBTHREE-2261 Allow application exceptions to be defined when using the throws clause.
- Resolved