[jboss-cvs] JBoss Messaging SVN: r6504 - trunk/src/main/org/jboss/messaging/core/server/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 20 17:34:10 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-04-20 17:34:10 -0400 (Mon, 20 Apr 2009)
New Revision: 6504

Modified:
   trunk/src/main/org/jboss/messaging/core/server/impl/MessagingServerImpl.java
Log:
Fixes on pagingManager after the deployment ordering change

Modified: trunk/src/main/org/jboss/messaging/core/server/impl/MessagingServerImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/server/impl/MessagingServerImpl.java	2009-04-20 21:29:12 UTC (rev 6503)
+++ trunk/src/main/org/jboss/messaging/core/server/impl/MessagingServerImpl.java	2009-04-20 21:34:10 UTC (rev 6504)
@@ -413,6 +413,8 @@
 
          securityDeployer.start();
       }
+      
+      pagingManager.start();
 
       if (!configuration.isBackup())
       {         
@@ -429,8 +431,6 @@
       }
 
       
-      pagingManager.start();
-      
       // TODO all queues should be deployed from deployQueues() wether they come from the journal or the conf
       Map<Long, Queue> queues = new HashMap<Long, Queue>();
 




More information about the jboss-cvs-commits mailing list