[jboss-cvs] JBoss Messaging SVN: r1546 - branches/Branch_Client_Failover_Experiment/src/main/org/jboss/jms/server/endpoint

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 2 11:51:56 EST 2006


Author: clebert.suconic at jboss.com
Date: 2006-11-02 11:51:54 -0500 (Thu, 02 Nov 2006)
New Revision: 1546

Modified:
   branches/Branch_Client_Failover_Experiment/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-519 -Committing changes  - fixing the build

Modified: branches/Branch_Client_Failover_Experiment/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java
===================================================================
--- branches/Branch_Client_Failover_Experiment/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java	2006-11-02 16:49:54 UTC (rev 1545)
+++ branches/Branch_Client_Failover_Experiment/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java	2006-11-02 16:51:54 UTC (rev 1546)
@@ -130,7 +130,7 @@
          
          log.debug("created and registered " + endpoint);
    
-         return new ClientConnectionDelegate(connectionID);
+         return new ClientConnectionDelegate(connectionID,serverPeer.getServerPeerID());
       }
       catch (Throwable t)
       {




More information about the jboss-cvs-commits mailing list