[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5838?page=c...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira