[jboss-cvs] JBossAS SVN: r79226 - trunk/system-jmx/src/main/org/jboss/system/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 7 11:35:26 EDT 2008


Author: adrian at jboss.org
Date: 2008-10-07 11:35:26 -0400 (Tue, 07 Oct 2008)
New Revision: 79226

Modified:
   trunk/system-jmx/src/main/org/jboss/system/deployers/SARDeployer.java
Log:
[JBAS-6042] - Missed a place that adds the LoaderRepositoryConfig attachment

Modified: trunk/system-jmx/src/main/org/jboss/system/deployers/SARDeployer.java
===================================================================
--- trunk/system-jmx/src/main/org/jboss/system/deployers/SARDeployer.java	2008-10-07 15:33:15 UTC (rev 79225)
+++ trunk/system-jmx/src/main/org/jboss/system/deployers/SARDeployer.java	2008-10-07 15:35:26 UTC (rev 79226)
@@ -29,7 +29,6 @@
 import org.jboss.deployers.vfs.spi.deployer.JAXPDeployer;
 import org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit;
 import org.jboss.managed.api.factory.ManagedObjectFactory;
-import org.jboss.mx.loading.LoaderRepositoryFactory.LoaderRepositoryConfig;
 import org.jboss.system.deployers.managed.ServiceMetaDataICF;
 import org.jboss.system.metadata.ServiceDeployment;
 import org.jboss.system.metadata.ServiceDeploymentClassPath;
@@ -102,10 +101,6 @@
       List<ServiceDeploymentClassPath> classPaths = parsed.getClassPaths();
       if (classPaths != null)
          processXMLClasspath(unit, classPaths);
-
-      LoaderRepositoryConfig config = parsed.getLoaderRepositoryConfig();
-      if (config != null)
-         unit.addAttachment(LoaderRepositoryConfig.class.getName(), config);
       return parsed;
    }
 




More information about the jboss-cvs-commits mailing list