Author: ips
Date: 2009-04-07 17:43:45 -0400 (Tue, 07 Apr 2009)
New Revision: 281
Modified:
trunk/jbas5/etc/overlay/bin/run.bat
Log:
merge w/ latest run.bat from jbas-5.1 branch, which added a couple new sysprops to
JAVA_OPTS
Modified: trunk/jbas5/etc/overlay/bin/run.bat
===================================================================
--- trunk/jbas5/etc/overlay/bin/run.bat 2009-04-07 21:02:49 UTC (rev 280)
+++ trunk/jbas5/etc/overlay/bin/run.bat 2009-04-07 21:43:45 UTC (rev 281)
@@ -115,6 +115,9 @@
rem Warn when resolving remote XML dtd/schemas
set JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true
+rem This should be removed when JBoss configuration XML files can be validated JBAS-6744
+set JAVA_OPTS=%JAVA_OPTS% -Dxb.builder.useUnorderedSequence=true
+
rem With Sun JVMs reduce the RMI GCs to once per hour
set JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
Show replies by date