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 2014/06/10 08:17:52 UTC

svn commit: r912083 - in /websites/production/camel/content: cache/main.pageCache how-to-use-a-dynamic-uri-in-to.html

Author: buildbot
Date: Tue Jun 10 06:17:52 2014
New Revision: 912083

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/how-to-use-a-dynamic-uri-in-to.html

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

Modified: websites/production/camel/content/how-to-use-a-dynamic-uri-in-to.html
==============================================================================
--- websites/production/camel/content/how-to-use-a-dynamic-uri-in-to.html (original)
+++ websites/production/camel/content/how-to-use-a-dynamic-uri-in-to.html Tue Jun 10 06:17:52 2014
@@ -104,7 +104,12 @@
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[.recipientList(simple(&quot;freemarker://templateHome/${body.templateName}.ftl&quot;))
 ]]></script>
-</div></div><p>Or you could use any other of Camel&#160;<a shape="rect" href="languages.html">Languages</a>.</p></div>
+</div></div><p>Or you could use any other of Camel&#160;<a shape="rect" href="languages.html">Languages</a>.</p>    <div class="aui-message hint shadowed information-macro">
+                            <span class="aui-icon icon-hint">Icon</span>
+                <div class="message-content">
+                            <p>Notice that the <a shape="rect" href="recipient-list.html">Recipient List</a> can send to multiple <a shape="rect" href="https://cwiki.apache.org/confluence/display/TUSCANYWIKI/Endpoints">Endpoints</a> if the expression returns either a <code>java.util.List</code>, array, <code>java.util.Iteratable</code> or a <code>String</code>. If the returned value is a <code>String</code> then you can specify multiple endpoints separated by comma. So if you only want to send to <strong>one</strong> endpoint and use a <code>String</code> type, then beware of the comma. If you need to use a comma, then you can change or turn off the separator on the <a shape="rect" href="recipient-list.html">Recipient List</a>.</p><p>For example, to turn it, when using <strong>Camel 2.13</strong> onwards:</p><pre>.recipientList(simple("sql:select firstName, lastName from myTable where user = ${header.user}"), "false")</pre><div><span style="color: rgb(0,0,0);"><br clear="none"></spa
 n></div><p>And for users of <strong>Camel 2.12.x</strong> or older, we use a non existing delimiter char:</p><pre>.recipientList(simple("sql:select firstName, lastName from myTable where user = ${header.user}"), "@"<span style="color: rgb(0,0,0);">)</span></pre>
+                    </div>
+    </div></div>
         </td>
         <td valign="top">
           <div class="navigation">