[jboss-cvs] JBossAS SVN: r61460 - branches/JBoss_4_0_4_JBAS-4213/system/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 14:28:18 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-03-19 14:28:18 -0400 (Mon, 19 Mar 2007)
New Revision: 61460

Modified:
   branches/JBoss_4_0_4_JBAS-4213/system/src/bin/run.conf
Log:
[JBAS-4213] Pass -Djgroups.marshalling.compatible=true

Modified: branches/JBoss_4_0_4_JBAS-4213/system/src/bin/run.conf
===================================================================
--- branches/JBoss_4_0_4_JBAS-4213/system/src/bin/run.conf	2007-03-19 18:26:41 UTC (rev 61459)
+++ branches/JBoss_4_0_4_JBAS-4213/system/src/bin/run.conf	2007-03-19 18:28:18 UTC (rev 61460)
@@ -42,7 +42,11 @@
 if [ "x$JAVA_OPTS" = "x" ]; then
    JAVA_OPTS="-server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
 fi
+ 
 
+# Needed for compatibility with JGroups 2.4.1.SP1
+JAVA_OPTS="$JAVA_OPTS -Djgroups.marshalling.compatible=true"
+
 # Sample JPDA settings for remote socket debuging
 #JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"
 




More information about the jboss-cvs-commits mailing list