Author: buildbot
Date: Tue Apr  3 15:21:32 2012
New Revision: 811323

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/servlet.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 Apr  3 
15:21:32 2012
@@ -13945,6 +13945,10 @@ SedaEndpoint seda = context.getEndpoint(
 </pre>
 </div></div>
 
+<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>Stream</b><br clear="none">Servlet is stream based, which means 
the input it receives is submitted to Camel as a stream. That means you will 
only be able to read the content of the stream <b>once</b>.<br clear="none">
+If you find a situation where the message body appears to be empty or you need 
to access the data multiple times (eg: doing multicasting, or redelivery error 
handling)<br clear="none">
+you should use <a shape="rect" href="stream-caching.html" title="Stream 
caching">Stream caching</a> or convert the message body to a <tt>String</tt> 
which is safe to be re-read multiple times.</td></tr></table></div>
+
 <h3><a shape="rect" name="BookComponentAppendix-URIformat"></a>URI format</h3>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">

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 Apr  3 15:21:32 
2012
@@ -34104,6 +34104,10 @@ SedaEndpoint seda = context.getEndpoint(
 </pre>
 </div></div>
 
+<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>Stream</b><br clear="none">Servlet is stream based, which means 
the input it receives is submitted to Camel as a stream. That means you will 
only be able to read the content of the stream <b>once</b>.<br clear="none">
+If you find a situation where the message body appears to be empty or you need 
to access the data multiple times (eg: doing multicasting, or redelivery error 
handling)<br clear="none">
+you should use <a shape="rect" href="stream-caching.html" title="Stream 
caching">Stream caching</a> or convert the message body to a <tt>String</tt> 
which is safe to be re-read multiple times.</td></tr></table></div>
+
 <h3><a shape="rect" name="BookInOnePage-URIformat"></a>URI format</h3>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">

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

Modified: websites/production/camel/content/servlet.html
==============================================================================
--- websites/production/camel/content/servlet.html (original)
+++ websites/production/camel/content/servlet.html Tue Apr  3 15:21:32 2012
@@ -92,6 +92,10 @@
 </pre>
 </div></div>
 
+<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>Stream</b><br clear="none">Servlet is stream based, which means 
the input it receives is submitted to Camel as a stream. That means you will 
only be able to read the content of the stream <b>once</b>.<br clear="none">
+If you find a situation where the message body appears to be empty or you need 
to access the data multiple times (eg: doing multicasting, or redelivery error 
handling)<br clear="none">
+you should use <a shape="rect" href="stream-caching.html" title="Stream 
caching">Stream caching</a> or convert the message body to a <tt>String</tt> 
which is safe to be re-read multiple times.</td></tr></table></div>
+
 <h3><a shape="rect" name="SERVLET-URIformat"></a>URI format</h3>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">


Reply via email to