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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 29 22:57:34 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-10-29 22:57:34 -0400 (Mon, 29 Oct 2007)
New Revision: 66554

Modified:
   trunk/system-jmx/src/main/org/jboss/deployment/MainDeployer.java
Log:
Call the checkComplete() without any deployment to validate the state of the deployment attempt.

Modified: trunk/system-jmx/src/main/org/jboss/deployment/MainDeployer.java
===================================================================
--- trunk/system-jmx/src/main/org/jboss/deployment/MainDeployer.java	2007-10-29 22:14:34 UTC (rev 66553)
+++ trunk/system-jmx/src/main/org/jboss/deployment/MainDeployer.java	2007-10-30 02:57:34 UTC (rev 66554)
@@ -811,7 +811,7 @@
             deploymentName = deployment.getName();
             delegate.process();
             // TODO: JBAS-4292
-            delegate.checkComplete(deployment);
+            delegate.checkComplete();
             contextMap.put(url, deploymentName);
          }
          catch(Exception e)




More information about the jboss-cvs-commits mailing list