Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It is possible for the same thread to return a connection to the pool twice:
// in TX c = getConnection() // in aftercompletion c.getWarnings() c.getWarnings()
This issue was uncovered after resolving DBCP-515.