[jboss-cvs] JBoss Messaging SVN: r3472 - branches/Branch_JBMESSAGING-544/src/main/org/jboss/jms/client/delegate.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 11 02:47:42 EST 2007


Author: jmesnil
Date: 2007-12-11 02:47:42 -0500 (Tue, 11 Dec 2007)
New Revision: 3472

Modified:
   branches/Branch_JBMESSAGING-544/src/main/org/jboss/jms/client/delegate/ClientConnectionDelegate.java
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-544 Replace client-server transport with NIO based transport


Modified: branches/Branch_JBMESSAGING-544/src/main/org/jboss/jms/client/delegate/ClientConnectionDelegate.java
===================================================================
--- branches/Branch_JBMESSAGING-544/src/main/org/jboss/jms/client/delegate/ClientConnectionDelegate.java	2007-12-11 05:08:08 UTC (rev 3471)
+++ branches/Branch_JBMESSAGING-544/src/main/org/jboss/jms/client/delegate/ClientConnectionDelegate.java	2007-12-11 07:47:42 UTC (rev 3472)
@@ -137,7 +137,7 @@
       // There is one RM per server, so we need to merge the rms if necessary
       ResourceManagerFactory.instance.handleFailover(serverID, newDelegate.getServerID());
 
-      client = thisState.getRemotingConnection().getRemotingClient();
+      client = remotingConnection.getRemotingClient();
 
       serverID = newDelegate.getServerID();
    }




More information about the jboss-cvs-commits mailing list