Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.2
-
None
Description
Is state:
If I obtain the Connection of a Statement (stmt.getConnection()), created with dbcp,
the returned Object is the underlaying pooled connection.
Closing this connection multiple times may close the connection of another process.
It should be:
The Wrapper over the connection PoolGuardConnectionWrapper should be returned instead.