[jboss-cvs] JBossAS SVN: r75970 - in branches/JBPAPP_4_2_0_GA_CP: system/src/bin and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 17 14:52:21 EDT 2008


Author: dbhole
Date: 2008-07-17 14:52:21 -0400 (Thu, 17 Jul 2008)
New Revision: 75970

Modified:
   branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml
   branches/JBPAPP_4_2_0_GA_CP/system/src/bin/run.conf
Log:

Fix JBPAPP-780 and JBPAPP-907



Modified: branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml	2008-07-17 17:51:02 UTC (rev 75969)
+++ branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml	2008-07-17 18:52:21 UTC (rev 75970)
@@ -211,7 +211,7 @@
       <!--  The address to use for the host portion of the RMI codebase URL -->
       <attribute name="Host">${java.rmi.server.hostname}</attribute>
       <!-- Should non-EJB .class files be downloadable -->
-      <attribute name="DownloadServerClasses">true</attribute>
+      <attribute name="DownloadServerClasses">false</attribute>
       <!-- Should resources other than .class files be downloadable. Both
          DownloadServerClasses and DownloadResources must be true for resources
          to be downloadable. This is false by default because its generally a

Modified: branches/JBPAPP_4_2_0_GA_CP/system/src/bin/run.conf
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/system/src/bin/run.conf	2008-07-17 17:51:02 UTC (rev 75969)
+++ branches/JBPAPP_4_2_0_GA_CP/system/src/bin/run.conf	2008-07-17 18:52:21 UTC (rev 75970)
@@ -40,7 +40,7 @@
 # Specify options to pass to the Java VM.
 #
 if [ "x$JAVA_OPTS" = "x" ]; then
-   JAVA_OPTS="-Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+   JAVA_OPTS="-Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true"
 fi
 
 # Sample JPDA settings for remote socket debuging




More information about the jboss-cvs-commits mailing list