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 2012/04/12 23:18:19 UTC

svn commit: r812594 - in /websites/production/camel/content: cache/main.pageCache cronscheduledroutepolicy.html

Author: buildbot
Date: Thu Apr 12 21:18:18 2012
New Revision: 812594

Log:
Production update by buildbot for camel

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

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

Modified: websites/production/camel/content/cronscheduledroutepolicy.html
==============================================================================
--- websites/production/camel/content/cronscheduledroutepolicy.html (original)
+++ websites/production/camel/content/cronscheduledroutepolicy.html Thu Apr 12 21:18:18 2012
@@ -141,7 +141,7 @@ CronScheduledRoutePolicy startPolicy = <
 startPolicy.setRouteStartTime(<span class="code-quote">"*/3 * * * * ?"</span>);
                 
 from(<span class="code-quote">"direct:start"</span>)
-    .routeId(<span class="code-quote">"testRoute"</span>).routePolicy(policy).noAutoStartup()
+    .routeId(<span class="code-quote">"testRoute"</span>).routePolicy(startPolicy).noAutoStartup()
     .to(<span class="code-quote">"mock:success"</span>);;
 </pre>
 </div></div>