-
Bug
-
Resolution: Done
-
Major
-
EJB 3.0 RC8 - FD, EJB 3.0 RC9 - Patch 1, AS 4.2.0 GA
-
None
-
None
The PreDestroy callback is called multiple times.
Once from the container and once from the pool.
IMHO only the pool should call PreDestroy.
Other callbacks are already handled by the pool.
Unit test is in regression/ejbthree...
- is related to
-
JBPAPP-1186 PreDestroy called multiple times when bean is removed within a transaction
- Resolved