[embjopr-commits] EMBJOPR SVN: r281 - trunk/jbas5/etc/overlay/bin.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Apr 7 17:43:45 EDT 2009


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
 




More information about the embjopr-commits mailing list