[jboss-cvs] JBoss Messaging SVN: r4786 - trunk/src/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 8 03:48:55 EDT 2008


Author: jmesnil
Date: 2008-08-08 03:48:55 -0400 (Fri, 08 Aug 2008)
New Revision: 4786

Modified:
   trunk/src/config/jbm-beans.xml
   trunk/src/config/jbm-standalone-beans.xml
Log:
moved registration of QueueControlMBean from JournalStorageManager to PostOfficeImpl

Modified: trunk/src/config/jbm-beans.xml
===================================================================
--- trunk/src/config/jbm-beans.xml	2008-08-08 07:32:12 UTC (rev 4785)
+++ trunk/src/config/jbm-beans.xml	2008-08-08 07:48:55 UTC (rev 4786)
@@ -58,9 +58,6 @@
          <parameter>
             <inject bean="Configuration"/>
          </parameter>
-         <parameter>
-            <inject bean="ManagementService"/>
-         </parameter>
       </constructor>
    </bean>
 

Modified: trunk/src/config/jbm-standalone-beans.xml
===================================================================
--- trunk/src/config/jbm-standalone-beans.xml	2008-08-08 07:32:12 UTC (rev 4785)
+++ trunk/src/config/jbm-standalone-beans.xml	2008-08-08 07:48:55 UTC (rev 4786)
@@ -77,9 +77,6 @@
          <parameter>
             <inject bean="Configuration"/>
          </parameter>
-         <parameter>
-            <inject bean="ManagementService"/>
-         </parameter>         
       </constructor>
    </bean>
 




More information about the jboss-cvs-commits mailing list