HHH-5838 - Proxool connection pool should only close pools it opened
This commit is contained in:
parent
3fab254606
commit
90bb8634df
|
@ -202,7 +202,7 @@ public class ProxoolConnectionProvider implements ConnectionProvider {
|
||||||
|
|
||||||
// We have created the pool ourselves, so shut it down
|
// We have created the pool ourselves, so shut it down
|
||||||
try {
|
try {
|
||||||
ProxoolFacade.shutdown(0);
|
ProxoolFacade.removeConnectionPool(proxoolAlias.substring(PROXOOL_JDBC_STEM.length()));
|
||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
// If you're closing down the ConnectionProvider chances are an
|
// If you're closing down the ConnectionProvider chances are an
|
||||||
|
|
Loading…
Reference in New Issue