[hornetq-commits] JBoss hornetq SVN: r9466 - branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/protocol/core/impl/wireformat.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jul 26 08:13:08 EDT 2010


Author: jmesnil
Date: 2010-07-26 08:13:08 -0400 (Mon, 26 Jul 2010)
New Revision: 9466

Modified:
   branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/protocol/core/impl/wireformat/ClusterTopologyChangeMessage.java
Log:
HA refactoring

* fix ClusterTopologyChangeMessage ctor...

Modified: branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/protocol/core/impl/wireformat/ClusterTopologyChangeMessage.java
===================================================================
--- branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/protocol/core/impl/wireformat/ClusterTopologyChangeMessage.java	2010-07-26 11:37:13 UTC (rev 9465)
+++ branches/2_2_0_HA_Improvements/src/main/org/hornetq/core/protocol/core/impl/wireformat/ClusterTopologyChangeMessage.java	2010-07-26 12:13:08 UTC (rev 9466)
@@ -61,6 +61,8 @@
       super(PacketImpl.CLUSTER_TOPOLOGY);
       
       this.exit = true;
+      
+      this.nodeID = nodeID;
    }
 
    public ClusterTopologyChangeMessage()



More information about the hornetq-commits mailing list