-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.1 SP1, JBossAS-4.0.2RC1
-
None
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.
We really do need to be obtaining an instance in the StatelessSessionInstanceInterceptor invokeHome method to ensure that we are not creating unusable bean proxies due to delaying the ejbCreate call until the business method invocation.
- relates to
-
JBAS-1599 EJB Pools Strict Maximum Pool Permits Leak
- Closed
1.
|
Backport JBAS-1600 to 3.2.x | Closed | Unassigned |