Issue Details (XML | Word | Printable)

Key: DBCP-11
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Alexander Rupsch
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Dbcp

[dbcp] stmt.getConnection() != Connection used to create the statement

Created: 08/Aug/05 08:38 PM   Updated: 25/Mar/08 08:11 AM
Return to search
Component/s: None
Affects Version/s: 1.2
Fix Version/s: 1.3

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works back-pointers.patch 2007-07-18 07:27 PM Dain Sundstrom 21 kB
Environment:
Operating System: other
Platform: All

Bugzilla Id: 36077
Resolution Date: 21/Jul/07 03:48 PM


 Description  « Hide
Hi,

I'm not an expert in implementing connection pools or jdbc itself. But shouldn't
the following code work?

Connection con = pool.getConnection()
PreparedStatement ps = con.prepareStatement()

con.equals(ps.getConnection) // returns false!

Ok, I don't need it to be equal, but the following also does not work:

ps.getConnection().close()
con.isClosed() // is false!!!

That means, if I have a Statment and want to close its connection, I have to
remember the conncetion. Is that the requested behavior? Because of this my pool
is running over.

The java.sql API says that Statment.getConnection() has to be the connection
which created the statement.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Henri Yandell made changes - 16/May/06 09:58 AM
Field Original Value New Value
issue.field.bugzillaimportkey 36077 12342450
Henri Yandell made changes - 16/May/06 11:27 AM
Affects Version/s 1.2 Final [ 12311661 ]
Project Commons [ 12310458 ] Commons Dbcp [ 12310469 ]
Assignee Jakarta Commons Developers Mailing List [ commons-dev@jakarta.apache.org ]
Key COM-2298 DBCP-11
Component/s Dbcp [ 12311109 ]
Henri Yandell made changes - 16/May/06 12:10 PM
Affects Version/s 1.2 Final [ 12311721 ]
Phil Steitz made changes - 10/Jul/06 12:26 PM
Bugzilla Id 36077
Fix Version/s 1.2.2 [ 12311976 ]
Phil Steitz made changes - 25/Sep/06 05:25 AM
Fix Version/s 1.3 [ 12311977 ]
Fix Version/s 1.2.2 [ 12311976 ]
Bugzilla Id 36077
Dain Sundstrom made changes - 18/Jul/07 07:27 PM
Attachment back-pointers.patch [ 12362088 ]
Phil Steitz made changes - 21/Jul/07 03:48 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
Henri Yandell made changes - 25/Mar/08 08:11 AM
Status Resolved [ 5 ] Closed [ 6 ]