[hornetq-commits] JBoss hornetq SVN: r10023 - trunk/src/main/org/hornetq/core/deployers/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 9 12:15:38 EST 2010


Author: ataylor
Date: 2010-12-09 12:15:38 -0500 (Thu, 09 Dec 2010)
New Revision: 10023

Modified:
   trunk/src/main/org/hornetq/core/deployers/impl/FileConfigurationParser.java
Log:
change flag to true

Modified: trunk/src/main/org/hornetq/core/deployers/impl/FileConfigurationParser.java
===================================================================
--- trunk/src/main/org/hornetq/core/deployers/impl/FileConfigurationParser.java	2010-12-09 16:55:56 UTC (rev 10022)
+++ trunk/src/main/org/hornetq/core/deployers/impl/FileConfigurationParser.java	2010-12-09 17:15:38 UTC (rev 10023)
@@ -1003,7 +1003,7 @@
 
       List<String> staticConnectorNames = new ArrayList<String>();
 
-      boolean allowDirectConnectionsOnly = false;;
+      boolean allowDirectConnectionsOnly = true;
       
       NodeList children = e.getChildNodes();
 



More information about the hornetq-commits mailing list