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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 14 09:37:03 EST 2007


Author: adrian at jboss.org
Date: 2007-11-14 09:37:03 -0500 (Wed, 14 Nov 2007)
New Revision: 67066

Modified:
   trunk/ejb3/build-test.xml
Log:
Make the ejb3 tests start the server using IPv4 - this should allow the testsuite to complete normally?

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-11-14 13:56:28 UTC (rev 67065)
+++ trunk/ejb3/build-test.xml	2007-11-14 14:37:03 UTC (rev 67066)
@@ -78,7 +78,7 @@
    <!-- Propagate the dist directory as a jbosstest system property -->
    <property name="jbosstest.dist" value="${jboss.dist}"/>
 
-   <property name="ejb3.jboss.jvmargs" value="-Xmx512m"/>
+   <property name="ejb3.jboss.jvmargs" value="-Xmx512m -Djava.net.preferIPv4Stack=true"/>
 
    <macrodef name="wait-on-host">
       <attribute name="seconds" default="${jboss.startup.timeout}"/>




More information about the jboss-cvs-commits mailing list