[Jboss-cvs] JBoss Messaging SVN: r1305 - branches/Branch_1_0/src/main/org/jboss/jms/client/delegate

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 18 15:24:02 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-09-18 15:24:01 -0400 (Mon, 18 Sep 2006)
New Revision: 1305

Modified:
   branches/Branch_1_0/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java
Log:
reverted the changes on http://jira.jboss.com/jira/browse/JBMESSAGING-432. See JIRA comments

Modified: branches/Branch_1_0/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java
===================================================================
--- branches/Branch_1_0/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java	2006-09-18 18:34:06 UTC (rev 1304)
+++ branches/Branch_1_0/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java	2006-09-18 19:24:01 UTC (rev 1305)
@@ -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