Issue Details (XML | Word | Printable)

Key: DBCP-187
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Ralf Hauser
Votes: 0
Watchers: 0
Operations

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

[dbcp] Make exceptions about closed connections and statements more easily debuggable

Created: 04/Jan/04 12:49 AM   Updated: 25/Mar/08 08:11 AM
Return to search
Component/s: None
Affects Version/s: Nightly Builds
Fix Version/s: 1.2.2

Time Tracking:
Not Specified

File Attachments:
  Size
Text File DelegatingConnection.java.patch 2004-01-04 12:50 AM Ralf Hauser 0.1 kB
Text File DelegatingStatement.java.patch 2004-01-04 12:51 AM Ralf Hauser 0.2 kB
Environment:
Operating System: other
Platform: Other

Bugzilla Id: 25877
Resolution Date: 10/Jul/06 04:50 AM


 Description  « Hide
When I prepare the connections, statements, and resultsets, I can print their
address pointers.
When there is a problem, it would be great to also see what pointer in the pool
caused the problem!

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Ralf Hauser added a comment - 04/Jan/04 12:50 AM
Created an attachment (id=9781)
DelegatingConnection.java.patch

Ralf Hauser added a comment - 04/Jan/04 12:51 AM
Created an attachment (id=9782)
DelegatingStatement.java.patch

Phil Steitz added a comment - 10/Jul/06 04:50 AM
Patches applied. Thanks.