[jboss-svn-commits] JBL Code SVN: r33887 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 14 17:08:35 EDT 2010


Author: whitingjr
Date: 2010-07-14 17:08:35 -0400 (Wed, 14 Jul 2010)
New Revision: 33887

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml
Log:
added delay before starting jstat.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml	2010-07-14 19:27:23 UTC (rev 33886)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml	2010-07-14 21:08:35 UTC (rev 33887)
@@ -24,6 +24,7 @@
       <ant antfile="server-api.xml" target="shutdown"/>
       <ant antfile="server-api.xml" target="clean-server"/>
       <ant antfile="server-api.xml" target="startup"/>
+   		<sleep minutes="1"/>
       <ant antfile="server-api.xml" target="start-jstat"/>
    </target>
    



More information about the jboss-svn-commits mailing list