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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 3 19:01:27 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-04-03 19:01:27 -0400 (Tue, 03 Apr 2007)
New Revision: 62065

Modified:
   trunk/system-jmx/src/main/org/jboss/deployment/MainDeployer.java
Log:
JBAS-4292, comment out the checkIncomplete() call for now

Modified: trunk/system-jmx/src/main/org/jboss/deployment/MainDeployer.java
===================================================================
--- trunk/system-jmx/src/main/org/jboss/deployment/MainDeployer.java	2007-04-03 22:59:42 UTC (rev 62064)
+++ trunk/system-jmx/src/main/org/jboss/deployment/MainDeployer.java	2007-04-03 23:01:27 UTC (rev 62065)
@@ -805,7 +805,8 @@
             delegate.addDeploymentContext(deployment);
             deploymentName = deployment.getName();
             delegate.process();
-            checkIncomplete();
+            // TODO: JBAS-4292
+            // checkIncomplete();
             contextMap.put(url, deploymentName);
          }
          catch(Exception e)




More information about the jboss-cvs-commits mailing list