[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-5838) Proxool connection pool should only close pools it opened

Sanne Grinovero (JIRA) noreply at atlassian.com
Thu Jan 13 06:27:05 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanne Grinovero updated HHH-5838:
---------------------------------

         Assignee: Sanne Grinovero
    Fix Version/s: 3.6.1
          Summary: Proxool connection pool should only close pools it opened  (was: Obvious and Nasty Connection Pool Bug)

> Proxool connection pool should only close pools it opened
> ---------------------------------------------------------
>
>                 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
>            Assignee: Sanne Grinovero
>            Priority: Critical
>             Fix For: 3.6.1
>
>
> 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