Author: buildbot
Date: Tue Nov 12 11:18:46 2013
New Revision: 886294

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    
websites/production/camel/content/why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html

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

Modified: 
websites/production/camel/content/why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html
==============================================================================
--- 
websites/production/camel/content/why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html
 (original)
+++ 
websites/production/camel/content/why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html
 Tue Nov 12 11:18:46 2013
@@ -134,7 +134,11 @@ from("direct:start")
 ]]></script>
 </div></div>
 
-<p>You only need to use <tt>.endChoice()</tt> when using certain <a 
shape="rect" href="eip.html" title="EIP">EIP</a>s which often have additional 
methods to configure or as part of the <a shape="rect" href="eip.html" 
title="EIP">EIP</a> itself. For example the <a shape="rect" 
href="splitter.html" title="Splitter">Splitter</a> EIP has a sub-route which 
denotes the routing of each splitted message. You would also have to use 
<tt>.endChoice()</tt> to indicate the end of the sub-route and to return back 
to the <a shape="rect" href="content-based-router.html" title="Content Based 
Router">Content Based Router</a>. Note <tt>.endChoice()</tt> is <b>available as 
of Camel 2.7</b>.</p></div>
+<p>You only need to use <tt>.endChoice()</tt> when using certain <a 
shape="rect" href="eip.html" title="EIP">EIP</a>s which often have additional 
methods to configure or as part of the <a shape="rect" href="eip.html" 
title="EIP">EIP</a> itself. For example the <a shape="rect" 
href="splitter.html" title="Splitter">Splitter</a> EIP has a sub-route which 
denotes the routing of each splitted message. You would also have to use 
<tt>.endChoice()</tt> to indicate the end of the sub-route and to return back 
to the <a shape="rect" href="content-based-router.html" title="Content Based 
Router">Content Based Router</a>. Note <tt>.endChoice()</tt> is <b>available as 
of Camel 2.7</b>.</p>
+
+<h3><a shape="rect" 
name="WhycanInotusewhenorotherwiseinaJavaCamelroute-Stillproblems"></a>Still 
problems</h3>
+<p>If there is still problems, then you can split your route into multiple 
routes, and link them together using the <a shape="rect" href="direct.html" 
title="Direct">Direct</a> component.<br clear="none">
+There can be some combinations of <a shape="rect" href="eip.html" 
title="EIP">EIP</a>s that can hit limits in how far we can take the fluent 
builder DSL with generics you can do in Java programming language (1.7 and 
below).</p></div>
         </td>
         <td valign="top">
           <div class="navigation">


Reply via email to