Author: buildbot
Date: Sat May  9 03:25:15 2015
New Revision: 950675

Log:
Production update by buildbot for camel

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

Modified: websites/production/camel/content/aggregator2.html
==============================================================================
--- websites/production/camel/content/aggregator2.html (original)
+++ websites/production/camel/content/aggregator2.html Sat May  9 03:25:15 2015
@@ -121,7 +121,7 @@ class ArrayListAggregationStrategy imple
     }
 }
 ]]></script>
-</div></div><h3 id="Aggregator2-Aboutcompletion">About completion</h3><p>When 
aggregation <a shape="rect" href="exchange.html">Exchange</a>s at some point 
you need to indicate that the aggregated exchanges is complete, so they can be 
send out of the aggregator. Camel allows you to indicate completion in various 
ways as follows:</p><ul class="alternate"><li>completionTimeout - Is an 
inactivity timeout in which is triggered if no new exchanges have been 
aggregated for that particular correlation key within the 
period.</li><li>completionInterval - Once every X period all the current 
aggregated exchanges are completed.</li><li>completionSize - Is a number 
indicating that after X aggregated exchanges it's 
complete.</li><li>completionPredicate - Runs a <a shape="rect" 
href="predicate.html">Predicate</a> when a new exchange is aggregated to 
determine if we are complete or not. Staring in&#160;<strong>Camel 
2.15</strong>, the configured aggregationStrategy can implement the Predicate 
interf
 ace and will be used as the completionPredicate if no completionPredicate is 
configured. From&#160;<strong>Camel 2.16</strong>, the configured 
aggregationStrategy can 
implement&#160;<code>PreCompletionAwareAggregationStrategy</code> and will be 
used as the completionPredicate in pre-complete check mode. See further below 
for more details.</li><li>completionFromBatchConsumer - Special option for <a 
shape="rect" href="batch-consumer.html">Batch Consumer</a> which allows you to 
complete when all the messages from the batch has been 
aggregated.</li><li>forceCompletionOnStop - <strong>Camel 2.9</strong> 
Indicates to complete all current aggregated exchanges when the context is 
stopped</li><li>Using a&#160;<code>AggregationController</code> 
-&#160;<strong>Camel 2.16</strong> which allows to use an external source to 
complete groups or all groups. This can be done using Java or JMX 
API.</li></ul><p>Notice that all the completion ways are per correlation key. 
And you can combine them in any
  way you like. It's basically the first which triggers that wins. So you can 
use a completion size together with a completion timeout. Only 
completionTimeout and completionInterval cannot be used at the same 
time.</p><p>Notice the completion is a mandatory option and must be provided to 
the aggregator. If not provided Camel will thrown an Exception on startup.</p>  
  <div class="aui-message success shadowed information-macro">
+</div></div><h3 id="Aggregator2-Aboutcompletion">About completion</h3><p>When 
aggregation <a shape="rect" href="exchange.html">Exchange</a>s at some point 
you need to indicate that the aggregated exchanges is complete, so they can be 
send out of the aggregator. Camel allows you to indicate completion in various 
ways as follows:</p><ul class="alternate"><li>completionTimeout - Is an 
inactivity timeout in which is triggered if no new exchanges have been 
aggregated for that particular correlation key within the 
period.</li><li>completionInterval - Once every X period all the current 
aggregated exchanges are completed.</li><li>completionSize - Is a number 
indicating that after X aggregated exchanges it's 
complete.</li><li>completionPredicate - Runs a <a shape="rect" 
href="predicate.html">Predicate</a> when a new exchange is aggregated to 
determine if we are complete or not. Staring in&#160;<strong>Camel 
2.15</strong>, the configured aggregationStrategy can implement the Predicate 
interf
 ace and will be used as the completionPredicate if no completionPredicate is 
configured. From&#160;<strong>Camel 2.16</strong>, the configured 
aggregationStrategy can 
implement&#160;<code>PreCompletionAwareAggregationStrategy</code> and will be 
used as the completionPredicate in pre-complete check mode. See further below 
for more details.</li><li>completionFromBatchConsumer - Special option for <a 
shape="rect" href="batch-consumer.html">Batch Consumer</a> which allows you to 
complete when all the messages from the batch has been 
aggregated.</li><li>forceCompletionOnStop - <strong>Camel 2.9</strong> 
Indicates to complete all current aggregated exchanges when the context is 
stopped</li><li>Using a&#160;<code>AggregateController</code> 
-&#160;<strong>Camel 2.16</strong> which allows to use an external source to 
complete groups or all groups. This can be done using Java or JMX 
API.</li></ul><p>Notice that all the completion ways are per correlation key. 
And you can combine them in any w
 ay you like. It's basically the first which triggers that wins. So you can use 
a completion size together with a completion timeout. Only completionTimeout 
and completionInterval cannot be used at the same time.</p><p>Notice the 
completion is a mandatory option and must be provided to the aggregator. If not 
provided Camel will thrown an Exception on startup.</p>    <div 
class="aui-message success shadowed information-macro">
                     <p class="title">Callbacks</p>
                             <span class="aui-icon icon-success">Icon</span>
                 <div class="message-content">

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 Sat May  9 03:25:15 
2015
@@ -4040,11 +4040,11 @@ While not actual tutorials you might fin
                     </div>
     </div>
 <h2 id="BookInOnePage-Preface">Preface</h2><p>This tutorial aims to guide the 
reader through the stages of creating a project which uses Camel to facilitate 
the routing of messages from a JMS queue to a <a shape="rect" 
class="external-link" href="http://www.springramework.org"; 
rel="nofollow">Spring</a> service. The route works in a synchronous fashion 
returning a response to the client.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1431094690258 {padding: 0px;}
-div.rbtoc1431094690258 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1431094690258 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1431141786647 {padding: 0px;}
+div.rbtoc1431141786647 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1431141786647 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1431094690258">
+/*]]>*/</style></p><div class="toc-macro rbtoc1431141786647">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-JmsRemoting-TutorialonSpringRemotingwithJMS">Tutorial on Spring 
Remoting with JMS</a></li><li><a shape="rect" 
href="#Tutorial-JmsRemoting-Preface">Preface</a></li><li><a shape="rect" 
href="#Tutorial-JmsRemoting-Prerequisites">Prerequisites</a></li><li><a 
shape="rect" 
href="#Tutorial-JmsRemoting-Distribution">Distribution</a></li><li><a 
shape="rect" href="#Tutorial-JmsRemoting-About">About</a></li><li><a 
shape="rect" href="#Tutorial-JmsRemoting-CreatetheCamelProject">Create the 
Camel Project</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-JmsRemoting-UpdatethePOMwithDependencies">Update the POM with 
Dependencies</a></li></ul>
 </li><li><a shape="rect" href="#Tutorial-JmsRemoting-WritingtheServer">Writing 
the Server</a>
@@ -6230,11 +6230,11 @@ So we completed the last piece in the pi
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1431094690470 {padding: 0px;}
-div.rbtoc1431094690470 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1431094690470 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1431141786872 {padding: 0px;}
+div.rbtoc1431141786872 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1431141786872 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1431094690470">
+/*]]>*/</style><div class="toc-macro rbtoc1431141786872">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-TutorialusingAxis1.4withApacheCamel">Tutorial using 
Axis 1.4 with Apache Camel</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-Prerequisites">Prerequisites</a></li><li><a 
shape="rect" 
href="#Tutorial-AXIS-Camel-Distribution">Distribution</a></li><li><a 
shape="rect" 
href="#Tutorial-AXIS-Camel-Introduction">Introduction</a></li><li><a 
shape="rect" href="#Tutorial-AXIS-Camel-SettinguptheprojecttorunAxis">Setting 
up the project to run Axis</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-Maven2">Maven 2</a></li><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-wsdl">wsdl</a></li><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-ConfiguringAxis">Configuring Axis</a></li><li><a 
shape="rect" href="#Tutorial-AXIS-Camel-RunningtheExample">Running the 
Example</a></li></ul>
@@ -14331,7 +14331,7 @@ class ArrayListAggregationStrategy imple
     }
 }
 ]]></script>
-</div></div><h3 id="BookInOnePage-Aboutcompletion">About 
completion</h3><p>When aggregation <a shape="rect" 
href="exchange.html">Exchange</a>s at some point you need to indicate that the 
aggregated exchanges is complete, so they can be send out of the aggregator. 
Camel allows you to indicate completion in various ways as follows:</p><ul 
class="alternate"><li>completionTimeout - Is an inactivity timeout in which is 
triggered if no new exchanges have been aggregated for that particular 
correlation key within the period.</li><li>completionInterval - Once every X 
period all the current aggregated exchanges are 
completed.</li><li>completionSize - Is a number indicating that after X 
aggregated exchanges it's complete.</li><li>completionPredicate - Runs a <a 
shape="rect" href="predicate.html">Predicate</a> when a new exchange is 
aggregated to determine if we are complete or not. Staring 
in&#160;<strong>Camel 2.15</strong>, the configured aggregationStrategy can 
implement the Predicate inte
 rface and will be used as the completionPredicate if no completionPredicate is 
configured. From&#160;<strong>Camel 2.16</strong>, the configured 
aggregationStrategy can 
implement&#160;<code>PreCompletionAwareAggregationStrategy</code> and will be 
used as the completionPredicate in pre-complete check mode. See further below 
for more details.</li><li>completionFromBatchConsumer - Special option for <a 
shape="rect" href="batch-consumer.html">Batch Consumer</a> which allows you to 
complete when all the messages from the batch has been 
aggregated.</li><li>forceCompletionOnStop - <strong>Camel 2.9</strong> 
Indicates to complete all current aggregated exchanges when the context is 
stopped</li><li>Using a&#160;<code>AggregationController</code> 
-&#160;<strong>Camel 2.16</strong> which allows to use an external source to 
complete groups or all groups. This can be done using Java or JMX 
API.</li></ul><p>Notice that all the completion ways are per correlation key. 
And you can combine them in a
 ny way you like. It's basically the first which triggers that wins. So you can 
use a completion size together with a completion timeout. Only 
completionTimeout and completionInterval cannot be used at the same 
time.</p><p>Notice the completion is a mandatory option and must be provided to 
the aggregator. If not provided Camel will thrown an Exception on startup.</p>  
  <div class="aui-message success shadowed information-macro">
+</div></div><h3 id="BookInOnePage-Aboutcompletion">About 
completion</h3><p>When aggregation <a shape="rect" 
href="exchange.html">Exchange</a>s at some point you need to indicate that the 
aggregated exchanges is complete, so they can be send out of the aggregator. 
Camel allows you to indicate completion in various ways as follows:</p><ul 
class="alternate"><li>completionTimeout - Is an inactivity timeout in which is 
triggered if no new exchanges have been aggregated for that particular 
correlation key within the period.</li><li>completionInterval - Once every X 
period all the current aggregated exchanges are 
completed.</li><li>completionSize - Is a number indicating that after X 
aggregated exchanges it's complete.</li><li>completionPredicate - Runs a <a 
shape="rect" href="predicate.html">Predicate</a> when a new exchange is 
aggregated to determine if we are complete or not. Staring 
in&#160;<strong>Camel 2.15</strong>, the configured aggregationStrategy can 
implement the Predicate inte
 rface and will be used as the completionPredicate if no completionPredicate is 
configured. From&#160;<strong>Camel 2.16</strong>, the configured 
aggregationStrategy can 
implement&#160;<code>PreCompletionAwareAggregationStrategy</code> and will be 
used as the completionPredicate in pre-complete check mode. See further below 
for more details.</li><li>completionFromBatchConsumer - Special option for <a 
shape="rect" href="batch-consumer.html">Batch Consumer</a> which allows you to 
complete when all the messages from the batch has been 
aggregated.</li><li>forceCompletionOnStop - <strong>Camel 2.9</strong> 
Indicates to complete all current aggregated exchanges when the context is 
stopped</li><li>Using a&#160;<code>AggregateController</code> 
-&#160;<strong>Camel 2.16</strong> which allows to use an external source to 
complete groups or all groups. This can be done using Java or JMX 
API.</li></ul><p>Notice that all the completion ways are per correlation key. 
And you can combine them in any
  way you like. It's basically the first which triggers that wins. So you can 
use a completion size together with a completion timeout. Only 
completionTimeout and completionInterval cannot be used at the same 
time.</p><p>Notice the completion is a mandatory option and must be provided to 
the aggregator. If not provided Camel will thrown an Exception on startup.</p>  
  <div class="aui-message success shadowed information-macro">
                     <p class="title">Callbacks</p>
                             <span class="aui-icon icon-success">Icon</span>
                 <div class="message-content">
@@ -18817,11 +18817,11 @@ template.send(&quot;direct:alias-verify&
                     </div>
     </div>
 <p>The <strong>cxf:</strong> component provides integration with <a 
shape="rect" href="http://cxf.apache.org";>Apache CXF</a> for connecting to 
JAX-WS services hosted in CXF.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1431094709352 {padding: 0px;}
-div.rbtoc1431094709352 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1431094709352 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1431141798043 {padding: 0px;}
+div.rbtoc1431141798043 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1431141798043 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1431094709352">
+/*]]>*/</style></p><div class="toc-macro rbtoc1431141798043">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF 
Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI 
format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#CXF-Thedescriptionsofthedataformats">The descriptions of the 
dataformats</a>

Modified: websites/production/camel/content/book-pattern-appendix.html
==============================================================================
--- websites/production/camel/content/book-pattern-appendix.html (original)
+++ websites/production/camel/content/book-pattern-appendix.html Sat May  9 
03:25:15 2015
@@ -1765,7 +1765,7 @@ class ArrayListAggregationStrategy imple
     }
 }
 ]]></script>
-</div></div><h3 id="BookPatternAppendix-Aboutcompletion">About 
completion</h3><p>When aggregation <a shape="rect" 
href="exchange.html">Exchange</a>s at some point you need to indicate that the 
aggregated exchanges is complete, so they can be send out of the aggregator. 
Camel allows you to indicate completion in various ways as follows:</p><ul 
class="alternate"><li>completionTimeout - Is an inactivity timeout in which is 
triggered if no new exchanges have been aggregated for that particular 
correlation key within the period.</li><li>completionInterval - Once every X 
period all the current aggregated exchanges are 
completed.</li><li>completionSize - Is a number indicating that after X 
aggregated exchanges it's complete.</li><li>completionPredicate - Runs a <a 
shape="rect" href="predicate.html">Predicate</a> when a new exchange is 
aggregated to determine if we are complete or not. Staring 
in&#160;<strong>Camel 2.15</strong>, the configured aggregationStrategy can 
implement the Predicat
 e interface and will be used as the completionPredicate if no 
completionPredicate is configured. From&#160;<strong>Camel 2.16</strong>, the 
configured aggregationStrategy can 
implement&#160;<code>PreCompletionAwareAggregationStrategy</code> and will be 
used as the completionPredicate in pre-complete check mode. See further below 
for more details.</li><li>completionFromBatchConsumer - Special option for <a 
shape="rect" href="batch-consumer.html">Batch Consumer</a> which allows you to 
complete when all the messages from the batch has been 
aggregated.</li><li>forceCompletionOnStop - <strong>Camel 2.9</strong> 
Indicates to complete all current aggregated exchanges when the context is 
stopped</li><li>Using a&#160;<code>AggregationController</code> 
-&#160;<strong>Camel 2.16</strong> which allows to use an external source to 
complete groups or all groups. This can be done using Java or JMX 
API.</li></ul><p>Notice that all the completion ways are per correlation key. 
And you can combine the
 m in any way you like. It's basically the first which triggers that wins. So 
you can use a completion size together with a completion timeout. Only 
completionTimeout and completionInterval cannot be used at the same 
time.</p><p>Notice the completion is a mandatory option and must be provided to 
the aggregator. If not provided Camel will thrown an Exception on startup.</p>  
  <div class="aui-message success shadowed information-macro">
+</div></div><h3 id="BookPatternAppendix-Aboutcompletion">About 
completion</h3><p>When aggregation <a shape="rect" 
href="exchange.html">Exchange</a>s at some point you need to indicate that the 
aggregated exchanges is complete, so they can be send out of the aggregator. 
Camel allows you to indicate completion in various ways as follows:</p><ul 
class="alternate"><li>completionTimeout - Is an inactivity timeout in which is 
triggered if no new exchanges have been aggregated for that particular 
correlation key within the period.</li><li>completionInterval - Once every X 
period all the current aggregated exchanges are 
completed.</li><li>completionSize - Is a number indicating that after X 
aggregated exchanges it's complete.</li><li>completionPredicate - Runs a <a 
shape="rect" href="predicate.html">Predicate</a> when a new exchange is 
aggregated to determine if we are complete or not. Staring 
in&#160;<strong>Camel 2.15</strong>, the configured aggregationStrategy can 
implement the Predicat
 e interface and will be used as the completionPredicate if no 
completionPredicate is configured. From&#160;<strong>Camel 2.16</strong>, the 
configured aggregationStrategy can 
implement&#160;<code>PreCompletionAwareAggregationStrategy</code> and will be 
used as the completionPredicate in pre-complete check mode. See further below 
for more details.</li><li>completionFromBatchConsumer - Special option for <a 
shape="rect" href="batch-consumer.html">Batch Consumer</a> which allows you to 
complete when all the messages from the batch has been 
aggregated.</li><li>forceCompletionOnStop - <strong>Camel 2.9</strong> 
Indicates to complete all current aggregated exchanges when the context is 
stopped</li><li>Using a&#160;<code>AggregateController</code> 
-&#160;<strong>Camel 2.16</strong> which allows to use an external source to 
complete groups or all groups. This can be done using Java or JMX 
API.</li></ul><p>Notice that all the completion ways are per correlation key. 
And you can combine them 
 in any way you like. It's basically the first which triggers that wins. So you 
can use a completion size together with a completion timeout. Only 
completionTimeout and completionInterval cannot be used at the same 
time.</p><p>Notice the completion is a mandatory option and must be provided to 
the aggregator. If not provided Camel will thrown an Exception on startup.</p>  
  <div class="aui-message success shadowed information-macro">
                     <p class="title">Callbacks</p>
                             <span class="aui-icon icon-success">Icon</span>
                 <div class="message-content">

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


Reply via email to