[jboss-cvs] JBossAS SVN: r88657 - branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 13:29:59 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-05-11 13:29:59 -0400 (Mon, 11 May 2009)
New Revision: 88657

Modified:
   branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
Log:
Add type to external mbean deployments


Modified: branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
===================================================================
--- branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-05-11 17:28:33 UTC (rev 88656)
+++ branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-05-11 17:29:59 UTC (rev 88657)
@@ -287,6 +287,7 @@
                }
             }
             ManagedDeploymentImpl mdi = new ManagedDeploymentImpl(md.getName(), md.getName(), null, unitMOs);
+            mdi.addType("external-mbean");
             try
             {
                processManagedDeployment(mdi, null, DeploymentState.STARTED, 0, trace);




More information about the jboss-cvs-commits mailing list