[jboss-cvs] JBossAS SVN: r79028 - projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/asintegration/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 2 09:32:34 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-10-02 09:32:34 -0400 (Thu, 02 Oct 2008)
New Revision: 79028

Modified:
   projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/asintegration/core/AspectManagerServiceDelegate.java
Log:
[JBAOP-655] Undo commit of debug code in AspectManagerServiceDelegate

Modified: projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/asintegration/core/AspectManagerServiceDelegate.java
===================================================================
--- projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/asintegration/core/AspectManagerServiceDelegate.java	2008-10-02 13:20:42 UTC (rev 79027)
+++ projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/asintegration/core/AspectManagerServiceDelegate.java	2008-10-02 13:32:34 UTC (rev 79028)
@@ -298,13 +298,7 @@
             if (base != null)
             {
                log.debug("Deploying base aspects " + base);
-
-//DELETE THIS               
-System.out.println("=========> Deploying base aspects " + base);
-               
                AspectXmlLoader.deployXML(base);
-//DELETE THIS
-System.out.println("=========> pointcuts " + AspectManager.getTopLevelAspectManager().getPointcuts().values());
                deployedBaseXml = true;
             }
          }
@@ -325,16 +319,12 @@
             if (base != null)
             {
                log.debug("Undeploying base aspects " + base);
- //DELETE THIS               
-System.out.println("=========> UnDeploying base aspects " + base);
                AspectXmlLoader.undeployXML(base);
- //DELETE THIS
-System.out.println("=========> pointcuts " + AspectManager.getTopLevelAspectManager().getPointcuts().values());
             }
          }
          catch (Exception e)
          {
-            log.warn("Error undeploying " + baseXml + " file" + e);
+            log.warn("Error loading " + baseXml + " file" + e);
          }
          deployedBaseXml = false;
       }




More information about the jboss-cvs-commits mailing list