[jboss-cvs] JBossAS SVN: r64778 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 22 10:19:21 EDT 2007


Author: wolfc
Date: 2007-08-22 10:19:21 -0400 (Wed, 22 Aug 2007)
New Revision: 64778

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
More wait on shutdown


Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-08-22 13:16:07 UTC (rev 64777)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-08-22 14:19:21 UTC (rev 64778)
@@ -4251,6 +4251,7 @@
       </antcall>
       
       <stop-jboss url="${node0.jndi.url}" jboss.dist="${ejb3.dist}"/>
+      <wait-on-shutdown conf="all"/>
    </target>
    
    <target name="removedislocal-test">
@@ -4271,6 +4272,7 @@
       </antcall>
       
       <stop-jboss url="${node0.jndi.url}" jboss.dist="${ejb3.dist}"/>
+      <wait-on-shutdown conf="all"/>
    </target>
    
    <target name="multi-instance-localfromremote-test">
@@ -4302,6 +4304,8 @@
       <stop-jboss url="${node0.jndi.url}" jboss.dist="${ejb3.dist}"/>
       <stop-jboss url="${node0.jndi.port1.url}" jboss.dist="${ejb3.dist}"/>
 
+      <wait-on-shutdown conf="localfromremote1"/>
+      <wait-on-shutdown conf="localfromremote2"/>
    </target>
    
    <target name="clustered-jms-test">




More information about the jboss-cvs-commits mailing list