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