]
Carlo de Wolf resolved AS7-254.
-------------------------------
Resolution: Done
Undeclared checked exception is thrown from EJB invocation
----------------------------------------------------------
Key: AS7-254
URL:
https://issues.jboss.org/browse/AS7-254
Project: Application Server 7
Issue Type: Bug
Components: EE, EJB
Affects Versions: 7.0.0.Beta2
Reporter: Carlo de Wolf
Assignee: John Bailey
Priority: Critical
Fix For: 7.1.0.Alpha1, 7.0.0.CR1
If an interceptor throws an exception that is not declared by the method the calling code
will still get that undeclared checked exception. This should not happen. The most logical
solution would be to throw an UndeclaredThrowableException instead.
See
https://github.com/wolfc/jboss-as/commits/JBAS-9221 for test.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: