Author: clebert.suconic(a)jboss.com
Date: 2011-02-09 21:23:25 -0500 (Wed, 09 Feb 2011)
New Revision: 10195
Modified:
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java
Log:
fixing tests
Modified:
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java
===================================================================
---
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java 2011-02-10
01:02:38 UTC (rev 10194)
+++
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/HornetQServerImpl.java 2011-02-10
02:23:25 UTC (rev 10195)
@@ -547,7 +547,7 @@
if (!configuration.isBackup())
{
- if (configuration.isSharedStore())
+ if (configuration.isSharedStore() &&
configuration.isPersistenceEnabled())
{
activation = new SharedStoreLiveActivation();
Show replies by date