[jboss-cvs] JBossAS SVN: r76783 - trunk/server/src/etc/conf/default.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 7 15:52:24 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-08-07 15:52:24 -0400 (Thu, 07 Aug 2008)
New Revision: 76783

Modified:
   trunk/server/src/etc/conf/default/jboss-minimal.xml
Log:
Move comment

Modified: trunk/server/src/etc/conf/default/jboss-minimal.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-minimal.xml	2008-08-07 19:47:46 UTC (rev 76782)
+++ trunk/server/src/etc/conf/default/jboss-minimal.xml	2008-08-07 19:52:24 UTC (rev 76783)
@@ -23,10 +23,7 @@
       name="jboss.system:type=Log4jService,service=Logging">
       <attribute name="ConfigurationURL">resource:jboss-log4j.xml</attribute>
    </mbean>
-
-   <!-- ==================================================================== -->
-   <!-- JNDI                                                                 -->
-   <!-- ==================================================================== -->
+   
    <!-- A Thread pool service -->
    <mbean code="org.jboss.util.threadpool.BasicThreadPool"
       name="jboss.system:service=ThreadPool">
@@ -49,6 +46,10 @@
       <attribute name="BlockingMode">run</attribute>
    </mbean>
 
+   <!-- ==================================================================== -->
+   <!-- JNDI                                                                 -->
+   <!-- ==================================================================== -->
+
    <!-- A simple mbean wrapper around the jndi Naming object. This
       only handles an in memory instance. The NamingService uses this
       as the JNDI store and exposes it remotely.




More information about the jboss-cvs-commits mailing list