Author: buildbot
Date: Tue May  8 15:22:46 2012
New Revision: 816702

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/quartz.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Tue May  8 
15:22:46 2012
@@ -12411,6 +12411,9 @@ quartz:<span class="code-comment">//time
 
 <p>When using a <a shape="rect" class="external-link" 
href="http://www.quartz-scheduler.org/docs/api/2.0.0/org/quartz/StatefulJob.html";
 rel="nofollow">StatefulJob</a>, the <a shape="rect" class="external-link" 
href="http://www.quartz-scheduler.org/docs/api/2.0.0/org/quartz/JobDataMap.html";
 rel="nofollow">JobDataMap</a> is re-persisted after every execution of the 
job, thus preserving state for the next execution.</p>
 
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif";
 width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Running in OSGi and having multiple bundles with quartz 
routes</b><br clear="none">If you run in OSGi such as Apache ServiceMix, or 
Apache Karaf, and have multiple bundles with Camel routes that starts from <a 
shape="rect" href="quartz.html" title="Quartz">Quartz</a> endpoints, then make 
sure if you assign<br clear="none">
+an <tt>id</tt> to the &lt;camelContext&gt; that this id is unique, as this is 
required by the <tt>QuartzScheduler</tt> in the OSGi container. If you do not 
set any <tt>id</tt> on &lt;camelContext&gt; then<br clear="none">
+an unique id is auto assigned, and there is no problem.</td></tr></table></div>
 
 <h3><a shape="rect" 
name="BookComponentAppendix-Configuringquartz.propertiesfile"></a>Configuring 
quartz.properties file</h3>
 

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Tue May  8 15:22:46 
2012
@@ -32797,6 +32797,9 @@ quartz:<span class="code-comment">//time
 
 <p>When using a <a shape="rect" class="external-link" 
href="http://www.quartz-scheduler.org/docs/api/2.0.0/org/quartz/StatefulJob.html";
 rel="nofollow">StatefulJob</a>, the <a shape="rect" class="external-link" 
href="http://www.quartz-scheduler.org/docs/api/2.0.0/org/quartz/JobDataMap.html";
 rel="nofollow">JobDataMap</a> is re-persisted after every execution of the 
job, thus preserving state for the next execution.</p>
 
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif";
 width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Running in OSGi and having multiple bundles with quartz 
routes</b><br clear="none">If you run in OSGi such as Apache ServiceMix, or 
Apache Karaf, and have multiple bundles with Camel routes that starts from <a 
shape="rect" href="quartz.html" title="Quartz">Quartz</a> endpoints, then make 
sure if you assign<br clear="none">
+an <tt>id</tt> to the &lt;camelContext&gt; that this id is unique, as this is 
required by the <tt>QuartzScheduler</tt> in the OSGi container. If you do not 
set any <tt>id</tt> on &lt;camelContext&gt; then<br clear="none">
+an unique id is auto assigned, and there is no problem.</td></tr></table></div>
 
 <h3><a shape="rect" 
name="BookInOnePage-Configuringquartz.propertiesfile"></a>Configuring 
quartz.properties file</h3>
 

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

Modified: websites/production/camel/content/quartz.html
==============================================================================
--- websites/production/camel/content/quartz.html (original)
+++ websites/production/camel/content/quartz.html Tue May  8 15:22:46 2012
@@ -129,6 +129,9 @@ quartz:<span class="code-comment">//time
 
 <p>When using a <a shape="rect" class="external-link" 
href="http://www.quartz-scheduler.org/docs/api/2.0.0/org/quartz/StatefulJob.html";
 rel="nofollow">StatefulJob</a>, the <a shape="rect" class="external-link" 
href="http://www.quartz-scheduler.org/docs/api/2.0.0/org/quartz/JobDataMap.html";
 rel="nofollow">JobDataMap</a> is re-persisted after every execution of the 
job, thus preserving state for the next execution.</p>
 
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif";
 width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Running in OSGi and having multiple bundles with quartz 
routes</b><br clear="none">If you run in OSGi such as Apache ServiceMix, or 
Apache Karaf, and have multiple bundles with Camel routes that starts from <a 
shape="rect" href="quartz.html" title="Quartz">Quartz</a> endpoints, then make 
sure if you assign<br clear="none">
+an <tt>id</tt> to the &lt;camelContext&gt; that this id is unique, as this is 
required by the <tt>QuartzScheduler</tt> in the OSGi container. If you do not 
set any <tt>id</tt> on &lt;camelContext&gt; then<br clear="none">
+an unique id is auto assigned, and there is no problem.</td></tr></table></div>
 
 <h3><a shape="rect" 
name="Quartz-Configuringquartz.propertiesfile"></a>Configuring 
quartz.properties file</h3>
 


Reply via email to