@ -186,6 +186,7 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@@ -186,6 +186,7 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@ -201,10 +202,11 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@@ -201,10 +202,11 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
}
this.cachedSessions.clear();
}
this.active=true;
// Now proceed with actual closing of the shared Connection...
super.resetConnection();
this.active=true;
}
/**
@ -212,6 +214,10 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@@ -212,6 +214,10 @@ public class CachingConnectionFactory extends SingleConnectionFactory {