Tom Jenkinson created DBCP-516:
----------------------------------

             Summary: Do not double returnObject back to the pool
                 Key: DBCP-516
                 URL: https://issues.apache.org/jira/browse/DBCP-516
             Project: Commons DBCP
          Issue Type: Bug
            Reporter: Tom Jenkinson


It is possible for the same thread to return a connection to the pool twice:
{code:java}
// in TX
c = getConnection()
// in aftercompletion
c.getWarnings()
c.getWarnings(){code}
This issue was uncovered after resolving DBCP-515.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to