[hornetq-commits] JBoss hornetq SVN: r10195 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 9 21:23:25 EST 2011


Author: clebert.suconic at 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();
 



More information about the hornetq-commits mailing list