You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/09/21 14:18:59 UTC

svn commit: r879324 - in /websites/production/camel/content: cache/main.pageCache quartz2.html

Author: buildbot
Date: Sat Sep 21 12:18:58 2013
New Revision: 879324

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/quartz2.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/quartz2.html
==============================================================================
--- websites/production/camel/content/quartz2.html (original)
+++ websites/production/camel/content/quartz2.html Sat Sep 21 12:18:58 2013
@@ -196,7 +196,7 @@ a unique id is auto assigned, and there 
 <p>The <tt>fireTime</tt> header contains the <tt>java.util.Date</tt> of when the exchange was fired.</p>
 
 <h3><a shape="rect" name="Quartz2-UsingCronTriggers"></a>Using Cron Triggers</h3>
-<p>Quartz supports <a shape="rect" class="external-link" href="http://www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/crontrigger" rel="nofollow">Cron-like expressions</a> for specifying timers in a handy format. You can use these expressions in the <tt>cron</tt> URI parameter; though to preserve valid URI encoding we allow + to be used instead of spaces. Quartz provides a <a shape="rect" class="external-link" href="http://www.quartz-scheduler.org/docs/tutorials/crontrigger.html" rel="nofollow">little tutorial</a> on how to use cron expressions.</p>
+<p>Quartz supports <a shape="rect" class="external-link" href="http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger" rel="nofollow">Cron-like expressions</a> for specifying timers in a handy format. You can use these expressions in the <tt>cron</tt> URI parameter; though to preserve valid URI encoding we allow + to be used instead of spaces.</p>
 
 <p>For example, the following will fire a message every five minutes starting at 12pm (noon) to 6pm on weekdays:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
@@ -232,7 +232,7 @@ quartz2://groupName/timerName?cron=0+0/5
 
 <h2><a shape="rect" name="Quartz2-UsingQuartzScheduledPollConsumerScheduler"></a>Using QuartzScheduledPollConsumerScheduler</h2>
 
-<p>The <a shape="rect" href="quartz2.html" title="Quartz2">Quartz2</a> component provides a <a shape="rect" href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a> scheduler which allows to use cron based scheduling for <span class="error">[Polling Consumers]</span> such as the <a shape="rect" href="file2.html" title="File2">File</a> and <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumers.</p>
+<p>The <a shape="rect" href="quartz2.html" title="Quartz2">Quartz2</a> component provides a <a shape="rect" href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a> scheduler which allows to use cron based scheduling for <a shape="rect" href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a> such as the <a shape="rect" href="file2.html" title="File2">File</a> and <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumers.</p>
 
 <p>For example to use a cron based expression to poll for files every 2nd second, then a Camel route can be define simply as:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">