[jboss-cvs] JBossAS SVN: r96030 - branches/JBPAPP_4_2_0_GA_CP/aspects/src/main/org/jboss/aop/deployment.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 4 23:19:46 EST 2009


Author: jiwils
Date: 2009-11-04 23:19:44 -0500 (Wed, 04 Nov 2009)
New Revision: 96030

Modified:
   branches/JBPAPP_4_2_0_GA_CP/aspects/src/main/org/jboss/aop/deployment/AspectManagerService.java
Log:
Uncommented the commented lines added as a part of JBPAPP-2935.

Modified: branches/JBPAPP_4_2_0_GA_CP/aspects/src/main/org/jboss/aop/deployment/AspectManagerService.java
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/aspects/src/main/org/jboss/aop/deployment/AspectManagerService.java	2009-11-05 03:12:22 UTC (rev 96029)
+++ branches/JBPAPP_4_2_0_GA_CP/aspects/src/main/org/jboss/aop/deployment/AspectManagerService.java	2009-11-05 04:19:44 UTC (rev 96030)
@@ -111,8 +111,8 @@
    protected void createService()
            throws Exception
    {
-//      PortableAnnotationElement.setClosingDownManager(false);
-      
+      PortableAnnotationElement.setClosingDownManager(false);
+
       // Set a default tmp classes dir to the jboss tmp dir/aopclasses
       if (tmpClassesDir == null)
       {
@@ -147,10 +147,10 @@
 
       baseAop();
    }
-   
+
    protected void destroyService() throws Exception
    {
-//      PortableAnnotationElement.setClosingDownManager(true);
+      PortableAnnotationElement.setClosingDownManager(true);
    }
 
    protected void baseAop()




More information about the jboss-cvs-commits mailing list