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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 27 09:28:45 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-27 09:28:45 -0400 (Thu, 27 Sep 2007)
New Revision: 65659

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
Make clustered-buddyrepl-test target wait on shutdown of servers before returning

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-09-27 12:50:45 UTC (rev 65658)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-09-27 13:28:45 UTC (rev 65659)
@@ -4453,6 +4453,9 @@
 
       <stop-jboss url="${node0.jndi.url}"/>
       <stop-jboss url="${node1.jndi.url}"/>
+   	
+      <wait-on-shutdown conf="clustered-ejb3-BR-0"/>
+      <wait-on-shutdown conf="clustered-ejb3-BR-1"/>
 
    </target>
 




More information about the jboss-cvs-commits mailing list