User: slaboure
Date: 02/01/12 08:53:38
Modified: src/main/org/jboss/ha/framework/server HAPartitionImpl.java
Log:
When creating the DRM, gives it its MBeanServer reference
Revision Changes Path
1.14 +2 -2
jbossmx/src/main/org/jboss/ha/framework/server/HAPartitionImpl.java
Index: HAPartitionImpl.java
===================================================================
RCS file:
/cvsroot/jboss/jbossmx/src/main/org/jboss/ha/framework/server/HAPartitionImpl.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- HAPartitionImpl.java 2002/01/05 01:12:46 1.13
+++ HAPartitionImpl.java 2002/01/12 16:53:38 1.14
@@ -33,7 +33,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sacha Labourey</a>.
* @author <a href="mailto:[EMAIL PROTECTED]">Bill Burke</a>.
- * @version $Revision: 1.13 $
+ * @version $Revision: 1.14 $
*
* <p><b>Revisions:</b><br>
*/
@@ -100,7 +100,7 @@
// Create the DRM and link it to this HAPartition
//
log.debug("create replicant manager");
- this.replicantManager = new DistributedReplicantManagerImpl(this);
+ this.replicantManager = new DistributedReplicantManagerImpl(this,
this.server);
log.debug("init replicant manager");
this.replicantManager.init();
log.debug("bind replicant manager");
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development