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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Feb 28 10:58:33 EST 2008


Author: beve
Date: 2008-02-28 10:58:33 -0500 (Thu, 28 Feb 2008)
New Revision: 18616

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/jboss-esb-unfiltered.xml
Log:
work for  	 JBESB-1567 "Update helloworld_ftp_action to use a cron schedule"


Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/jboss-esb-unfiltered.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/jboss-esb-unfiltered.xml	2008-02-28 15:51:52 UTC (rev 18615)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/jboss-esb-unfiltered.xml	2008-02-28 15:58:33 UTC (rev 18616)
@@ -34,6 +34,10 @@
 			
 		   </jms-provider>
 
+		  <schedule-provider name="cronExample">
+			  <cron-schedule scheduleid="cron-schedule" cronExpression="0/5 * * * * ?"/>
+		  </schedule-provider>
+
       </providers>
       
       <services>  
@@ -46,7 +50,7 @@
             		busidref="helloFTPChannel"
             		maxThreads="1"
             		is-gateway="true"
-            		schedule-frequency="5"/>
+            		scheduleidref="cron-schedule"/>
                 <jms-listener name="helloWorldFileAction"
                               busidref="quickstartEsbChannel"
                               maxThreads="1"




More information about the jboss-svn-commits mailing list