[jboss-cvs] JBossAS SVN: r59360 - trunk/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 4 13:57:11 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-04 13:57:10 -0500 (Thu, 04 Jan 2007)
New Revision: 59360

Modified:
   trunk/ejb3/build-test.xml
Log:
Give 128MB to the AS as 64M seems to be insufficient

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-01-04 18:46:53 UTC (rev 59359)
+++ trunk/ejb3/build-test.xml	2007-01-04 18:57:10 UTC (rev 59360)
@@ -149,6 +149,7 @@
       <path refid="jboss.microcontainer.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="arjuna.classpath"/>
+      <path refid="hsqldb.hsqldb.classpath"/>
    </path>
 
    <!-- ======= -->
@@ -2831,6 +2832,52 @@
             <include name="META-INF/persistence.xml"/>
          </fileset>
       </jar>
+
+      <!-- FIXME Uncomment when clustering test changes are committed
+
+      <jar jarfile="${build.lib}/clusteredentity-classloader-test.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/ejb3/test/clusteredentity/classloader/*.class"/>
+         </fileset>
+         <fileset dir="${resources}/test/clusteredentity/classloader">
+            <include name="META-INF/persistence.xml"/>
+         </fileset>
+      </jar>
+
+    <jar jarfile="${build.lib}/clusteredentity-classloader-test.ear">
+       <fileset dir="${build.lib}">
+          <include name="clusteredentity-classloader-test.jar"/>
+       </fileset>
+       <fileset dir="${resources}/test/clusteredentity/classloader">
+          <include name="META-INF/application.xml"/>
+          <include name="META-INF/jboss-app.xml"/>
+        <include name="clusteredentity-ds.xml"/>
+       </fileset>
+    </jar>
+
+    <jar jarfile="${build.lib}/clusteredentity-embeddedid-test.jar">
+       <fileset dir="${build.classes}">
+          <include name="org/jboss/ejb3/test/clusteredentity/embeddedid/*.class"/>
+       </fileset>
+       <fileset dir="${resources}/test/clusteredentity/classloader">
+          <include name="META-INF/persistence.xml"/>
+       </fileset>
+    </jar>
+
+    <jar jarfile="${build.lib}/clusteredentity-embeddedid-test.ear">
+       <fileset dir="${build.lib}">
+          <include name="clusteredentity-embeddedid-test.jar"/>
+       </fileset>
+       <fileset dir="${resources}/test/clusteredentity/classloader">
+          <include name="META-INF/jboss-app.xml"/>
+          <include name="clusteredentity-ds.xml"/>
+       </fileset>
+       <fileset dir="${resources}/test/clusteredentity/embeddedid">
+         <include name="META-INF/application.xml"/>
+       </fileset>
+    </jar>
+	-->
+   
    </target>
 
    <target name="clusteredsession"
@@ -2963,6 +3010,9 @@
 
             <!-- EJBTHREE-485 needs javassist -->
             <path refid="javassist.classpath"/>
+            
+            <!-- For clustered entities -->
+            <path refid="hsqldb.hsqldb.classpath"/>
          </classpath>
 
          <formatter type="plain" usefile="true"/>
@@ -3379,7 +3429,7 @@
 
    <target name="ejb-tests" depends="init" description="Execute all tests">
 
-      <start-jboss conf="all" host="${node0}"/>
+      <start-jboss conf="all" host="${node0}" jvmargs="-Xmx128M"/>
       <wait-on-host/>
 
       <antcall target="no-start-jboss-ejb-tests" inheritRefs="true"/>
@@ -3583,7 +3633,7 @@
 
    <target name="entity-tests" depends="init" description="Execute all tests">
 
-      <start-jboss conf="all" host="${node0}"/>
+      <start-jboss conf="all" host="${node0}" jvmargs="-Xmx128M"/>
       <wait-on-host/>
 
       <antcall target="no-start-jboss-entity-tests" inheritRefs="true"/>
@@ -3728,7 +3778,7 @@
          </patternset>
       </create-config>
      
-      <start-jboss conf="arjuna" host="${node0}"/>
+      <start-jboss conf="arjuna" host="${node0}" jvmargs="-Xmx128M"/>
       <wait-on-host/>
       
       <antcall target="test" inheritRefs="true">
@@ -3752,7 +3802,7 @@
          We are using the simplest remoting sslsocket configuration possible, we
          need to tell JBoss to use the supplied keystore via system properties
       -->
-      <property name="ssl-args" value="-Djavax.net.ssl.keyStore=${jboss.dist}/server/ejb3-ssl/conf/localhost.keystore -Djavax.net.ssl.keyStorePassword=opensource"/>
+      <property name="ssl-args" value="-Xmx128M -Djavax.net.ssl.keyStore=${jboss.dist}/server/ejb3-ssl/conf/localhost.keystore -Djavax.net.ssl.keyStorePassword=opensource"/>
       <start-jboss conf="ejb3-ssl" host="${node0}" jvmargs="${ssl-args}"/>
       <wait-on-host/>
 
@@ -3780,7 +3830,7 @@
       <!--
          "Advanced" remoting sslsocket configuration contains keystore info
       -->
-      <start-jboss conf="ejb3-ssl-advanced" host="${node0}"/>
+      <start-jboss conf="ejb3-ssl-advanced" host="${node0}" jvmargs="-Xmx128M"/>
       <wait-on-host/>
 
       <!-- Tell client to use the supplied truststore -->
@@ -3804,7 +3854,7 @@
          </patternset>
       </create-config>
       
-      <start-jboss conf="invoker" host="${node0}"/>
+      <start-jboss conf="invoker" host="${node0}" jvmargs="-Xmx128M"/>
       <wait-on-host/>
       
       <property name="jvmargs" value=""/>      
@@ -3830,7 +3880,7 @@
             <include name="lib/**"/>
          </patternset>
       </create-config>
-      <start-jboss conf="ejb3-jacc" host="${node0}"/>
+      <start-jboss conf="ejb3-jacc" host="${node0}" jvmargs="-Xmx128M"/>
       <wait-on-host/>
       <antcall target="test" inheritRefs="true">
          <param name="test" value="jacc"/>
@@ -3880,9 +3930,9 @@
 
    <target name="tests-clustering-startup" unless="${tests.clustering.skip.startup}">
       <create-cluster-node conf="node0"/>
-      <start-jboss  conf="node0" host="${node0}"/>
+      <start-jboss  conf="node0" host="${node0}" jvmargs="-Xmx128M"/>
       <create-cluster-node conf="node1"/>
-      <start-jboss  conf="node1" host="${node1}"/>
+      <start-jboss  conf="node1" host="${node1}" jvmargs="-Xmx128M"/>
    </target>
 
    <target name="tests-clustering-shutdown" unless="${tests.clustering.skip.startup}">
@@ -3992,7 +4042,7 @@
 
    <target name="iiop-tests" depends="init" description="Execute all tests">
 
-      <start-jboss conf="all" host="${node0}"/>
+      <start-jboss conf="all" host="${node0}" jvmargs="-Xmx128M"/>
       <wait-on-host/>
 
       <antcall target="no-start-jboss-iiop-tests" inheritRefs="true"/>




More information about the jboss-cvs-commits mailing list