Author: borges
Date: 2011-08-09 09:40:37 -0400 (Tue, 09 Aug 2011)
New Revision: 11169
Modified:
branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/server/impl/HornetQServerImpl.java
Log:
HORNETQ-720 The JournalStorageManager must be started.
Modified:
branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/server/impl/HornetQServerImpl.java
===================================================================
---
branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/server/impl/HornetQServerImpl.java 2011-08-09
13:40:07 UTC (rev 11168)
+++
branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/server/impl/HornetQServerImpl.java 2011-08-09
13:40:37 UTC (rev 11169)
@@ -542,7 +542,6 @@
initialisePart1();
clusterManager.start();
-
String liveConnectorName = configuration.getLiveConnectorName();
if (liveConnectorName == null)
{
@@ -606,11 +605,10 @@
throw new HornetQException(HornetQException.ILLEGAL_STATE, "Backup
Server was not yet in sync with live");
}
-
configuration.setBackup(false);
+ storageManager.start();
initialisePart2();
-
clusterManager.activate();
}
Show replies by date