[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5838) Obvious and Nasty Connection Pool Bug

Bob Messenger (JIRA) noreply at atlassian.com
Thu Jan 13 05:10:06 EST 2011


Obvious and Nasty Connection Pool Bug
-------------------------------------

                 Key: HHH-5838
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5838
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.6.0
            Reporter: Bob Messenger
            Priority: Critical


ProxoolConnectionProvider closes all connection pools when it should only close the one it is managing.

Replace:
ProxoolFacade.shutdown(0);

With:
ProxoolFacade.removeConnectionPool(proxoolAlias.substring(PROXOOL_JDBC_STEM.length()));

...and all will be fixed.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list