[
https://issues.apache.org/jira/browse/DBCP-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dain Sundstrom resolved DBCP-217.
---------------------------------
Resolution: Fixed
Fixed as part of DBCP-11.
> Closing of underlaying connection instead of the PoolGuardConnectionWrapper
> ---------------------------------------------------------------------------
>
> Key: DBCP-217
> URL: https://issues.apache.org/jira/browse/DBCP-217
> Project: Commons Dbcp
> Issue Type: Bug
> Affects Versions: 1.2.2
> Reporter: Sebastian Mancke
> Fix For: 1.3
>
> Attachments: connectionCloseFix.patch
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]