[hornetq-commits] JBoss hornetq SVN: r10818 - branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 16 20:01:21 EDT 2011


Author: clebert.suconic at 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()



More information about the hornetq-commits mailing list