Author: buildbot
Date: Sat May 25 16:20:21 2013
New Revision: 863116

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/how-can-i-get-the-source-code.html
    websites/production/camel/content/source.html
    websites/production/camel/content/springbatch.html

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

Modified: websites/production/camel/content/how-can-i-get-the-source-code.html
==============================================================================
--- websites/production/camel/content/how-can-i-get-the-source-code.html 
(original)
+++ websites/production/camel/content/how-can-i-get-the-source-code.html Sat 
May 25 16:20:21 2013
@@ -92,7 +92,7 @@
 <p>A hearty thanks to <a shape="rect" class="external-link" 
href="http://atlassian.com/"; rel="nofollow">Atlassian</a> for providing <a 
shape="rect" class="external-link" href="http://cenqua.com/fisheye/"; 
rel="nofollow">FishEye</a> hosting for Camel. Below is the URL to browse the 
Subversion repo via FishEye: </p>
 
 <div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link" 
href="http://fisheye6.cenqua.com/browse/camel"; 
rel="nofollow">http://fisheye6.cenqua.com/browse/camel</a></p>
+<p><a shape="rect" class="external-link" 
href="https://fisheye6.atlassian.com/browse/camel-git"; 
rel="nofollow">https://fisheye6.atlassian.com/browse/camel-git</a></p>
 </div></div>
 
 

Modified: websites/production/camel/content/source.html
==============================================================================
--- websites/production/camel/content/source.html (original)
+++ websites/production/camel/content/source.html Sat May 25 16:20:21 2013
@@ -91,7 +91,7 @@
 <p>A hearty thanks to <a shape="rect" class="external-link" 
href="http://atlassian.com/"; rel="nofollow">Atlassian</a> for providing <a 
shape="rect" class="external-link" href="http://cenqua.com/fisheye/"; 
rel="nofollow">FishEye</a> hosting for Camel. Below is the URL to browse the 
Subversion repo via FishEye: </p>
 
 <div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link" 
href="http://fisheye6.cenqua.com/browse/camel"; 
rel="nofollow">http://fisheye6.cenqua.com/browse/camel</a></p>
+<p><a shape="rect" class="external-link" 
href="https://fisheye6.atlassian.com/browse/camel-git"; 
rel="nofollow">https://fisheye6.atlassian.com/browse/camel-git</a></p>
 </div></div>
 
 

Modified: websites/production/camel/content/springbatch.html
==============================================================================
--- websites/production/camel/content/springbatch.html (original)
+++ websites/production/camel/content/springbatch.html Sat May 25 16:20:21 2013
@@ -105,14 +105,14 @@ spring-batch:jobName[?options]
 <h3><a shape="rect" name="SpringBatch-Options"></a>Options</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>jobLauncherRef</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> Explicitly specifies the name of the 
<tt>JobLauncher</tt> to be used. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>jobLauncherRef</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Deprecated and will be removed in Camel 3.0!</b> 
<b>Camel 2.10:</b> Use jobLauncher=#theName instead. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>jobLauncher</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11.1:</b> Explicitly 
specifies a <tt>JobLauncher</tt> to be used from the Camel <a shape="rect" 
href="registry.html" title="Registry">Registry</a>. </td></tr></tbody></table>
 </div>
 
 
 <h3><a shape="rect" name="SpringBatch-Usage"></a>Usage</h3>
 
 <p>When Spring Batch component receives the message, it triggers the job 
execution. The job will be executed using the 
<tt>org.springframework.batch.core.launch.JobLaucher</tt> instance resolved 
according to the following algorithm:</p>
-<ul><li>if <tt>JobLauncher</tt> is manually set on the component, then use 
it.</li><li>if <tt>jobLauncherRef</tt> option is set on the component, then 
search Camel Registry for the <tt>JobLauncher</tt> with the given 
name.</li><li>if there is <tt>JobLauncher</tt> registered in the Camel Registry 
under <b>jobLauncher</b> name, then use it.</li><li>if none of the steps above 
allow to resolve the <tt>JobLauncher</tt> and there is exactly one 
<tt>JobLauncher</tt> instance in the Camel Registry, then use it.</li></ul>
+<ul><li>if <tt>JobLauncher</tt> is manually set on the component, then use 
it.</li><li>if <tt>jobLauncherRef</tt> option is set on the component, then 
search Camel <a shape="rect" href="registry.html" title="Registry">Registry</a> 
for the <tt>JobLauncher</tt> with the given name. <b>Deprecated and will be 
removed in Camel 3.0!</b></li><li>if there is <tt>JobLauncher</tt> registered 
in the Camel <a shape="rect" href="registry.html" title="Registry">Registry</a> 
under <b>jobLauncher</b> name, then use it.</li><li>if none of the steps above 
allow to resolve the <tt>JobLauncher</tt> and there is exactly one 
<tt>JobLauncher</tt> instance in the Camel <a shape="rect" href="registry.html" 
title="Registry">Registry</a>, then use it.</li></ul>
 
 
 <p>All headers found in the message are passed to the <tt>JobLauncher</tt> as 
job parameters. <tt>String</tt>, <tt>Long</tt>, <tt>Double</tt> and 
<tt>java.util.Date</tt> values are copied to the 
<tt>org.springframework.batch.core.JobParametersBuilder</tt> - other data types 
are converted to Strings.</p>


Reply via email to