Author: clebert.suconic(a)jboss.com
Date: 2011-06-16 20:01:21 -0400 (Thu, 16 Jun 2011)
New Revision: 10818
Modified:
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java
Log:
Leak on connection factories
Modified:
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java
===================================================================
---
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java 2011-06-16
15:27:12 UTC (rev 10817)
+++
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java 2011-06-17
00:01:21 UTC (rev 10818)
@@ -449,6 +449,8 @@
}
closed = true;
+
+ serverLocator.factoryClosed(this);
}
public void cleanup()
Show replies by date