[jboss-cvs] JBossAS SVN: r65224 - trunk/system/src/main/org/jboss/aop/deployers/temp.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 6 22:04:51 EDT 2007
Author: scott.stark at jboss.org
Date: 2007-09-06 22:04:51 -0400 (Thu, 06 Sep 2007)
New Revision: 65224
Modified:
trunk/system/src/main/org/jboss/aop/deployers/temp/AspectDeployer.java
Log:
Comment out JBossScopedClassLoaderHelper
Modified: trunk/system/src/main/org/jboss/aop/deployers/temp/AspectDeployer.java
===================================================================
--- trunk/system/src/main/org/jboss/aop/deployers/temp/AspectDeployer.java 2007-09-07 02:03:57 UTC (rev 65223)
+++ trunk/system/src/main/org/jboss/aop/deployers/temp/AspectDeployer.java 2007-09-07 02:04:51 UTC (rev 65224)
@@ -33,7 +33,7 @@
import org.jboss.aop.AspectAnnotationLoader;
import org.jboss.aop.AspectManager;
import org.jboss.aop.AspectXmlLoader;
-import org.jboss.aop.deployment.JBossScopedClassLoaderHelper;
+//import org.jboss.aop.deployment.JBossScopedClassLoaderHelper;
import org.jboss.deployers.spi.DeploymentException;
import org.jboss.deployers.spi.deployer.DeploymentStages;
import org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer;
@@ -365,10 +365,12 @@
//Scoped AOP deployments are only available when deployed as part of a scoped sar, ear etc.
//It can contain an aop.xml file, or it can be part of a .aop file
//Linking a standalone -aop.xml file onto a scoped deployment is not possible at the moment
+ /*
if (JBossScopedClassLoaderHelper.isScopedClassLoader(unit.getClassLoader()))
{
return unit.getClassLoader();
}
+ */
return null;
}
More information about the jboss-cvs-commits
mailing list