[jboss-cvs] JBossAS SVN: r59763 - trunk/profileservice/src/main/org/jboss/profileservice/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 18 07:23:10 EST 2007


Author: scott.stark at jboss.org
Date: 2007-01-18 07:23:09 -0500 (Thu, 18 Jan 2007)
New Revision: 59763

Modified:
   trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
Log:
Rerun complete parse after the template is applied.

Modified: trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
===================================================================
--- trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2007-01-18 12:21:38 UTC (rev 59762)
+++ trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2007-01-18 12:23:09 UTC (rev 59763)
@@ -254,8 +254,9 @@
       log.info("Updated mo: "+mos);
 
       // Process the updated deployment
-      mainDeployer.process(Deployer.CLASSLOADER_DEPLOYER, Integer.MAX_VALUE);
-      checkIncomplete();      
+      // TODO this is a complete reparse because of deployments like datasource that update a parser input
+      mainDeployer.process();
+      checkIncomplete();
    }
 
    /**




More information about the jboss-cvs-commits mailing list