The following issue has been updated:
Updater: Thorsten Ehlers (mailto:tho...@fr...)
Date: Mon, 29 Sep 2003 6:12 AM
Changes:
Attachment changed to dbcp-full-feature-support-2.0.3-patch.diff
---------------------------------------------------------------------
For a full history of the issue, see:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-369&page=history
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-369
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-369
Summary: Full feature support for connection pool DBCP in Hibernate 2.0.3
Type: Patch
Status: Unassigned
Priority: Major
Project: Hibernate2
Components:
core
Versions:
2.0.3
Assignee:
Reporter: Thorsten Ehlers
Created: Mon, 29 Sep 2003 6:11 AM
Updated: Mon, 29 Sep 2003 6:12 AM
Description:
The attached patch extends Hibernate 2.0.3 to support all features of the Apache DBCP.
I'm well aware that similiar patches (HBI-4, HB-51) have already been rejected, but unfortunately we need those
extra-features in our project. In our setup the provider has set up a firewall between database and servlet-container that "kills" idle connections. Unfortunately it does a very bad job of it, so that we end up with a lot of connections that are not closed but are also not open anymore... In the end the whole system was hanging after a night of inactivity. By using the additional DBCP properties we were able to solve that problem.
I would really appreciate if you add that patch to the system, because I don't like the idea of adding it manually to every new release of Hibernate and I think that other people might encounter similiar problems. Above all it's not a big change at all. Most people won't notice any difference, because we use the normal defaults, if no properties are supplied by the user.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|