Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.2, 1.5.3
-
None
Description
If your set GenericObjectPool parameters such as: maxActive = 1 and whenExhaustedAction to block, testOnBorrow to true, call borrowObject that fails in validation of newly created object then second call of borrowObject will stuck.