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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 20 08:22:29 EDT 2007


Author: wolfc
Date: 2007-08-20 08:22:29 -0400 (Mon, 20 Aug 2007)
New Revision: 64704

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
Fixed statelesscreation server startup

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-08-19 21:13:33 UTC (rev 64703)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-08-20 12:22:29 UTC (rev 64704)
@@ -4216,19 +4216,9 @@
       </create-config>
        
       <start-jboss conf="statelesscreation" host="${node0}" jvmargs="${ejb3.jboss.jvmargs}"/>
-	  
-	  <echo message="Waiting for nodes to start..."/>
-      <waitfor maxwait="120" maxwaitunit="second"
-         checkevery="5" checkeveryunit="second" timeoutproperty="cluster.timeout">
-         <and>
-            <http url="${node0.http.url}"/>
-            <http url="${node0.http.port1.url}"/>
-         </and>
-      </waitfor>
-      <fail message="Timeout waiting for node to start" if="cluster.timeout"/>
-      <echo message="Node has started, waiting to stablize..."/>
+      <wait-on-host/>
 	
-	  <antcall target="test-with-jvmargs" inheritRefs="true">
+      <antcall target="test-with-jvmargs" inheritRefs="true">
          <param name="test" value="statelesscreation"/>
          <param name="jvmargs" value=""/>
       </antcall>




More information about the jboss-cvs-commits mailing list