-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.0
-
None
-
-
Release Notes
-
There was a potential leak in the EJB3 "StrictMaxPool" if the pool was empty and the @PostConstruct life-cycle call-back method threw a RuntimeException.
-
Not Yet Documented
There is a leak in org.jboss.ejb3.pool.StrictMaxPool.get(). If the pool is empty a permit will be acquired on the semaphore (line 123) but then if the call to create() (line 146) fails the permit will never be released.
- is blocked by
-
EJBTHREE-2191 StrictMaxPool retains permit on PostConstruct exceptions
- Resolved
- is incorporated by
-
JBPAPP-5334 Upgrade jboss-ejb3-bom-eap5 to 1.0.2
- Closed