[exo-jcr-commits] exo-jcr SVN: r3285 - kernel/trunk/exo.kernel.component.common.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 11 06:01:45 EDT 2010


Author: nfilotto
Date: 2010-10-11 06:01:45 -0400 (Mon, 11 Oct 2010)
New Revision: 3285

Modified:
   kernel/trunk/exo.kernel.component.common/pom.xml
Log:
EXOJCR-967: Parameters for JGroups needed for some Linux Distributions added to the pom file

Modified: kernel/trunk/exo.kernel.component.common/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.common/pom.xml	2010-10-11 09:43:42 UTC (rev 3284)
+++ kernel/trunk/exo.kernel.component.common/pom.xml	2010-10-11 10:01:45 UTC (rev 3285)
@@ -104,6 +104,23 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
+                <systemProperties>
+                  <!-- We add this system property due to some incompatibility between IPv6 and 
+						some JVM of Linux distributions such as Ubuntu and Fedora-->
+                  <property>
+                     <name>java.net.preferIPv4Stack</name>
+                     <value>true</value>
+                  </property>
+                  <!-- Avoid the firewall -->
+                  <property>
+                     <name>bind.address</name>
+                     <value>127.0.0.1</value>
+                  </property>
+                  <property>
+                     <name>jgroups.stack</name>
+                     <value>udp</value>
+                  </property>
+               </systemProperties>           
                <excludes>
                   <exclude>**/TransactionTest.java</exclude>
                </excludes>



More information about the exo-jcr-commits mailing list