[Jboss-cvs] JBossAS SVN: r55483 - branches/MC_VDF_WORK/system-jmx/src/main/org/jboss/deployment

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 10 01:17:06 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-10 01:17:04 -0400 (Thu, 10 Aug 2006)
New Revision: 55483

Modified:
   branches/MC_VDF_WORK/system-jmx/src/main/org/jboss/deployment/SARDeployer.java
Log:
Use super.start to register with the MainDeployer

Modified: branches/MC_VDF_WORK/system-jmx/src/main/org/jboss/deployment/SARDeployer.java
===================================================================
--- branches/MC_VDF_WORK/system-jmx/src/main/org/jboss/deployment/SARDeployer.java	2006-08-10 05:06:17 UTC (rev 55482)
+++ branches/MC_VDF_WORK/system-jmx/src/main/org/jboss/deployment/SARDeployer.java	2006-08-10 05:17:04 UTC (rev 55483)
@@ -180,6 +180,8 @@
          // Locate the jboss domain server
          server = MBeanServerLocator.locateJBoss();
       }
+      // Register with the MainDeployer
+      super.start();
    }
 
    /**




More information about the jboss-cvs-commits mailing list