[Jboss-cvs] JBoss Messaging SVN: r1307 - trunk/src/main/org/jboss/jms/client/delegate

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 18 16:27:36 EDT 2006


Author: clebert.suconic at jboss.com
Date: 2006-09-18 16:27:35 -0400 (Mon, 18 Sep 2006)
New Revision: 1307

Modified:
   trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java
Log:
JBMESSAGING-432 reverting change- this wasn't a proper fix

Modified: trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java	2006-09-18 19:25:00 UTC (rev 1306)
+++ trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java	2006-09-18 20:27:35 UTC (rev 1307)
@@ -224,7 +224,7 @@
          {
             //Not a call to createConnectionDelegate - disconnect the client
             
-            client.disconnect();
+            // client.disconnect();
          }
       }
 




More information about the jboss-cvs-commits mailing list