Author: buildbot
Date: Fri Jun  8 07:21:38 2012
New Revision: 820799

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/restlet.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 Fri Jun  8 
07:21:38 2012
@@ -13702,6 +13702,13 @@ protocol:<span class="code-comment">//ho
 </div>
 </div>
 
+<h3><a shape="rect" 
name="BookComponentAppendix-ComponentOptions"></a>Component Options</h3>
+<p>The Restlet component can be configured with the following options</p>
+<div class="confluenceTableSmall"><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>controllerDaemon</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Indicates if the 
controller thread should be a daemon (not blocking JVM exit). </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>controllerSleepTimeMs</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>100</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Time for the 
controller thread to sleep between each control. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>inboundBufferSize</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd">
  <tt>8192</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 
2.10:</b> The size of the buffer when reading messages. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>minThreads</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>1</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b>  Minimum threads waiting 
to service requests. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>maxThreads</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>10</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> Maximum threads that will service 
requests. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>maxConnectionsPerHost</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>-1</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> Maximum number of concurrent 
connections per host (IP address). </td></tr><tr><
 td colspan="1" rowspan="1" class="confluenceTd"> <tt>maxTotalConnections</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-1</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Maximum number 
of concurrent connections in total. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>outboundBufferSize</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>8192</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> The size of the buffer 
when writing messages. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>persistingConnections</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Indicates if connections 
should be kept alive after a call. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>pipeliningConnections</tt> </td><td colspan="1" 
rowspan="1" class="confl
 uenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> Indicates if pipelining connections 
are supported. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>threadMaxIdleTimeMs</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>60000</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b>  Time for an idle thread to wait for 
an operation before being collected. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>useForwardedForHeader</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Lookup the 
"X-Forwarded-For" header supported by popular proxies and caches and uses it to 
populate the Request.getClientAddresses() method result. This information is 
only safe for intermediary components within your local network. Other 
addresses could easily be changed by setting a fak
 e header and should not be trusted for serious security 
checks.</td></tr></tbody></table>
+</div>
+</div>
+
 <h3><a shape="rect" name="BookComponentAppendix-MessageHeaders"></a>Message 
Headers</h3>
 
 <h4><a shape="rect" name="BookComponentAppendix-Camel1.x"></a>Camel 1.x</h4>

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 Fri Jun  8 07:21:38 
2012
@@ -34111,6 +34111,13 @@ protocol:<span class="code-comment">//ho
 </div>
 </div>
 
+<h3><a shape="rect" name="BookInOnePage-ComponentOptions"></a>Component 
Options</h3>
+<p>The Restlet component can be configured with the following options</p>
+<div class="confluenceTableSmall"><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>controllerDaemon</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Indicates if the 
controller thread should be a daemon (not blocking JVM exit). </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>controllerSleepTimeMs</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>100</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Time for the 
controller thread to sleep between each control. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>inboundBufferSize</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd">
  <tt>8192</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 
2.10:</b> The size of the buffer when reading messages. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>minThreads</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>1</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b>  Minimum threads waiting 
to service requests. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>maxThreads</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>10</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> Maximum threads that will service 
requests. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>maxConnectionsPerHost</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>-1</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> Maximum number of concurrent 
connections per host (IP address). </td></tr><tr><
 td colspan="1" rowspan="1" class="confluenceTd"> <tt>maxTotalConnections</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-1</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Maximum number 
of concurrent connections in total. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>outboundBufferSize</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>8192</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> The size of the buffer 
when writing messages. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>persistingConnections</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Indicates if connections 
should be kept alive after a call. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>pipeliningConnections</tt> </td><td colspan="1" 
rowspan="1" class="confl
 uenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> Indicates if pipelining connections 
are supported. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>threadMaxIdleTimeMs</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>60000</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b>  Time for an idle thread to wait for 
an operation before being collected. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>useForwardedForHeader</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Lookup the 
"X-Forwarded-For" header supported by popular proxies and caches and uses it to 
populate the Request.getClientAddresses() method result. This information is 
only safe for intermediary components within your local network. Other 
addresses could easily be changed by setting a fak
 e header and should not be trusted for serious security 
checks.</td></tr></tbody></table>
+</div>
+</div>
+
 <h3><a shape="rect" name="BookInOnePage-MessageHeaders"></a>Message 
Headers</h3>
 
 <h4><a shape="rect" name="BookInOnePage-Camel1.x"></a>Camel 1.x</h4>

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

Modified: websites/production/camel/content/restlet.html
==============================================================================
--- websites/production/camel/content/restlet.html (original)
+++ websites/production/camel/content/restlet.html Fri Jun  8 07:21:38 2012
@@ -114,6 +114,13 @@ protocol:<span class="code-comment">//ho
 </div>
 </div>
 
+<h3><a shape="rect" name="Restlet-ComponentOptions"></a>Component Options</h3>
+<p>The Restlet component can be configured with the following options</p>
+<div class="confluenceTableSmall"><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>controllerDaemon</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Indicates if the 
controller thread should be a daemon (not blocking JVM exit). </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>controllerSleepTimeMs</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>100</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Time for the 
controller thread to sleep between each control. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>inboundBufferSize</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd">
  <tt>8192</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 
2.10:</b> The size of the buffer when reading messages. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>minThreads</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>1</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b>  Minimum threads waiting 
to service requests. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>maxThreads</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>10</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> Maximum threads that will service 
requests. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>maxConnectionsPerHost</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>-1</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> Maximum number of concurrent 
connections per host (IP address). </td></tr><tr><
 td colspan="1" rowspan="1" class="confluenceTd"> <tt>maxTotalConnections</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>-1</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Maximum number 
of concurrent connections in total. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>outboundBufferSize</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>8192</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> The size of the buffer 
when writing messages. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>persistingConnections</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Indicates if connections 
should be kept alive after a call. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>pipeliningConnections</tt> </td><td colspan="1" 
rowspan="1" class="confl
 uenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> Indicates if pipelining connections 
are supported. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>threadMaxIdleTimeMs</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>60000</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b>  Time for an idle thread to wait for 
an operation before being collected. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>useForwardedForHeader</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <b>Camel 2.10:</b> Lookup the 
"X-Forwarded-For" header supported by popular proxies and caches and uses it to 
populate the Request.getClientAddresses() method result. This information is 
only safe for intermediary components within your local network. Other 
addresses could easily be changed by setting a fak
 e header and should not be trusted for serious security 
checks.</td></tr></tbody></table>
+</div>
+</div>
+
 <h3><a shape="rect" name="Restlet-MessageHeaders"></a>Message Headers</h3>
 
 <h4><a shape="rect" name="Restlet-Camel1.x"></a>Camel 1.x</h4>


Reply via email to