[jboss-cvs] JBossAS SVN: r64078 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 16 14:10:44 EDT 2007


Author: bdecoste
Date: 2007-07-16 14:10:44 -0400 (Mon, 16 Jul 2007)
New Revision: 64078

Modified:
   trunk/ejb3/build-test.xml
Log:
[EJBTHREE-975] corrected jvmargs

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-07-16 18:02:49 UTC (rev 64077)
+++ trunk/ejb3/build-test.xml	2007-07-16 18:10:44 UTC (rev 64078)
@@ -4580,8 +4580,9 @@
          </patternset>
       </create-config>
       
-      <start-jboss conf="clusteredjms" host="${node0}" jvmargs="${ejb3.jboss.jvmargs}"/>
-	  <start-jboss conf="clusteredjms2" host="${node1}" jvmargs="${ejb3.jboss.jvmargs}"/>	  
+   	  <echo message="!!!!! starting ${node0} ${node1} ${env.MYTESTIP_1} ${env.MYTESTIP_2} ${node0.http.url} ${node1.http.url}!!!!!"/>
+      <start-jboss conf="clusteredjms" host="${node0}" jvmargs="-Xmx128M"/>
+	  <start-jboss conf="clusteredjms2" host="${node1}" jvmargs="-Xmx128M"/>	  
 	  
 	  <antcall target="tests-clustering-wait"/> 
 	
@@ -4599,7 +4600,7 @@
       <echo message="Waiting for nodes to start..."/>
       <waitfor maxwait="240" maxwaitunit="second"
          checkevery="5" checkeveryunit="second" timeoutproperty="cluster.timeout">
-         <and>
+         <and>	        
             <http url="${node0.http.url}"/>
             <http url="${node1.http.url}"/>
          </and>




More information about the jboss-cvs-commits mailing list