[jboss-cvs] JBossAS SVN: r110166 - in trunk/server/src/etc/conf: standard and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 22 18:03:59 EST 2010


Author: bstansberry at jboss.com
Date: 2010-12-22 18:03:59 -0500 (Wed, 22 Dec 2010)
New Revision: 110166

Modified:
   trunk/server/src/etc/conf/all/jboss-service.xml
   trunk/server/src/etc/conf/standard/jboss-service.xml
Log:
[JBAS-7274] Correct outdated comment.

Modified: trunk/server/src/etc/conf/all/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/all/jboss-service.xml	2010-12-22 17:31:56 UTC (rev 110165)
+++ trunk/server/src/etc/conf/all/jboss-service.xml	2010-12-22 23:03:59 UTC (rev 110166)
@@ -17,8 +17,8 @@
    <classpath codebase="${jboss.common.lib.url}" archives="*"/>
 
    <!-- 
-        JBAS-JBAS-7274. Temporary workaround to set java.rmi.server.codebase
-        early in the startup process. Will be removed before AS 6.0.0.CR1
+        JBAS-7274. Workaround to set java.rmi.server.codebase
+        early in the startup process.
    -->
    <mbean code="org.jboss.web.RMICodebaseConfigurer"
       name="jboss:service=RMICodebaseConfigurer">

Modified: trunk/server/src/etc/conf/standard/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/standard/jboss-service.xml	2010-12-22 17:31:56 UTC (rev 110165)
+++ trunk/server/src/etc/conf/standard/jboss-service.xml	2010-12-22 23:03:59 UTC (rev 110166)
@@ -16,8 +16,8 @@
    <classpath codebase="${jboss.common.lib.url}" archives="*"/>
 
    <!-- 
-        JBAS-JBAS-7274. Temporary workaround to set java.rmi.server.codebase
-        early in the startup process. Will be removed before AS 6.0.0.CR1
+        JBAS-7274. Workaround to set java.rmi.server.codebase
+        early in the startup process.
    -->
    <mbean code="org.jboss.web.RMICodebaseConfigurer"
       name="jboss:service=RMICodebaseConfigurer">



More information about the jboss-cvs-commits mailing list