[
https://jira.jboss.org/jira/browse/JBAS-2781?page=com.atlassian.jira.plug...
]
Andrew Oliver resolved JBAS-2781.
---------------------------------
Resolution: Won't Fix
JBAS 3.2 is well past EoL. There is no real chance of backports at this point.
Backport JBAS-1600 to 3.2.x
---------------------------
Key: JBAS-2781
URL:
https://jira.jboss.org/jira/browse/JBAS-2781
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: EJB2
Affects Versions: JBossAS-3.2.7 Final
Reporter: Antoni Reus
Quoted from JBAS-1600: Stateless sesion ejbCreate CreateException are not propagated
correctly
"I see that we do not handle the propagation of CreateExceptions thrown from
stateless session ejbCreate callbacks correctly due to the delay of the instance creation
until a remote method invocation. The problem this causes is that a CreateException is an
application exception that when thrown during a business method invocation results in an
UndeclaredThrowableException due to an undeclared checked exception being thrown from the
reflected method invocation."
This also aplies to 3.2.x
CreateException is an Application exception. This behaviour makes imposible to catch a
CreateException throwed by a create-> ejbCreate method, and so breaks the EJB 2.0 spec
(18.3.1).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira