[jboss-svn-commits] JBL Code SVN: r14839 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 3 13:57:22 EDT 2007


Author: tfennelly
Date: 2007-09-03 13:57:22 -0400 (Mon, 03 Sep 2007)
New Revision: 14839

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/ftpfile-cache-config.xml
Log:
http://jira.jboss.com/jira/browse/JBESB-976

Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/ftpfile-cache-config.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/ftpfile-cache-config.xml	2007-09-03 17:18:01 UTC (rev 14838)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/ftpfile-cache-config.xml	2007-09-03 17:57:22 UTC (rev 14839)
@@ -28,7 +28,7 @@
         <!-- Name of cluster. Needs to be the same for all clusters, in order to find each other -->
         <attribute name="ClusterName">FtpFileCache-Cluster</attribute>
 
-        <attribute name="ClusterConfig">
+        <!--attribute name="ClusterConfig">
             <config>
                 <UDP mcast_addr="228.1.2.3" mcast_port="48866" 
 					bind_addr="localhost"
@@ -49,7 +49,7 @@
                 <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="true" print_local_addr="true"/>
                 <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>
             </config>
-        </attribute>
+        </attribute -->
 
         <!-- Whether or not to fetch state on joining a cluster -->
         <attribute name="FetchStateOnStartup">true</attribute>




More information about the jboss-svn-commits mailing list