@ -175,6 +175,7 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@@ -175,6 +175,7 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@ -190,10 +191,11 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@@ -190,10 +191,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;
}
/**
@ -201,6 +203,10 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@@ -201,6 +203,10 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@ -264,11 +270,9 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@@ -264,11 +270,9 @@ public class CachingConnectionFactory extends SingleConnectionFactory {