Author: buildbot Date: Wed Aug 21 15:19:26 2013 New Revision: 875597 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/file2.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 Wed Aug 21 15:19:26 2013 @@ -4499,7 +4499,7 @@ to use that as a pluggable hook for end For the file and ftp components this would be the case. However if you want to bridge the <tt>ExceptionHandler</tt> so it uses the Camel <a shape="rect" href="error-handling-in-camel.html" title="Error handling in Camel">Error Handling</a>, then<br clear="none"> you need to implement a custom <tt>ExceptionHandler</tt> that will handle the exception by creating a Camel <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> and send it to the routing engine; then the error handling of the routing engine can get triggered.</p> -<div class="panelMacro"><table class="tipMacro"><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/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Easier with Camel 2.10</b><br clear="none">The new option consumer.bridgeErrorHandler can be set to true, to make this even easier. See further below</td></tr></table></div> +<div class="panelMacro"><table class="tipMacro"><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/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Easier with Camel 2.10</b><br clear="none">The new option consumer.bridgeErrorHandler can be set to true, to make this even easier. See further below for more details.</td></tr></table></div> <p>Here is such an example based upon an unit test.</p> @@ -4620,6 +4620,8 @@ protected RouteBuilder createRouteBuilde <p>So all you have to do is to enable this option, and the error handler in the route will take it from there.</p> +<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>Important when using consumer.bridgeErrorHandler</b><br clear="none">When using consumer.bridgeErrorHandler, then <a shape="rect" href="intercept.html" title="Intercept">interceptors</a>, <a shape="rect" href="oncompletion.html" title="OnCompletion">OnCompletion</a>s does <b>not</b> apply. The <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> is processed directly by the Camel <a shape="rect" href="error-handler.html" title="Error Handler">Error Handler</a>, and does not allow prior actions such as interceptors, onCompletion to take action.</td></tr></table></div> + <h3><a shape="rect" name="BookComponentAppendix-Debuglogging"></a>Debug logging</h3> <p>This component has log level <b>TRACE</b> that can be helpful if you have problems.</p> 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 Wed Aug 21 15:19:26 2013 @@ -26190,7 +26190,7 @@ to use that as a pluggable hook for end For the file and ftp components this would be the case. However if you want to bridge the <tt>ExceptionHandler</tt> so it uses the Camel <a shape="rect" href="error-handling-in-camel.html" title="Error handling in Camel">Error Handling</a>, then<br clear="none"> you need to implement a custom <tt>ExceptionHandler</tt> that will handle the exception by creating a Camel <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> and send it to the routing engine; then the error handling of the routing engine can get triggered.</p> -<div class="panelMacro"><table class="tipMacro"><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/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Easier with Camel 2.10</b><br clear="none">The new option consumer.bridgeErrorHandler can be set to true, to make this even easier. See further below</td></tr></table></div> +<div class="panelMacro"><table class="tipMacro"><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/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Easier with Camel 2.10</b><br clear="none">The new option consumer.bridgeErrorHandler can be set to true, to make this even easier. See further below for more details.</td></tr></table></div> <p>Here is such an example based upon an unit test.</p> @@ -26311,6 +26311,8 @@ protected RouteBuilder createRouteBuilde <p>So all you have to do is to enable this option, and the error handler in the route will take it from there.</p> +<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>Important when using consumer.bridgeErrorHandler</b><br clear="none">When using consumer.bridgeErrorHandler, then <a shape="rect" href="intercept.html" title="Intercept">interceptors</a>, <a shape="rect" href="oncompletion.html" title="OnCompletion">OnCompletion</a>s does <b>not</b> apply. The <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> is processed directly by the Camel <a shape="rect" href="error-handler.html" title="Error Handler">Error Handler</a>, and does not allow prior actions such as interceptors, onCompletion to take action.</td></tr></table></div> + <h3><a shape="rect" name="BookInOnePage-Debuglogging"></a>Debug logging</h3> <p>This component has log level <b>TRACE</b> that can be helpful if you have problems.</p> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/file2.html ============================================================================== --- websites/production/camel/content/file2.html (original) +++ websites/production/camel/content/file2.html Wed Aug 21 15:19:26 2013 @@ -932,7 +932,7 @@ to use that as a pluggable hook for end For the file and ftp components this would be the case. However if you want to bridge the <tt>ExceptionHandler</tt> so it uses the Camel <a shape="rect" href="error-handling-in-camel.html" title="Error handling in Camel">Error Handling</a>, then<br clear="none"> you need to implement a custom <tt>ExceptionHandler</tt> that will handle the exception by creating a Camel <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> and send it to the routing engine; then the error handling of the routing engine can get triggered.</p> -<div class="panelMacro"><table class="tipMacro"><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/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Easier with Camel 2.10</b><br clear="none">The new option consumer.bridgeErrorHandler can be set to true, to make this even easier. See further below</td></tr></table></div> +<div class="panelMacro"><table class="tipMacro"><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/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Easier with Camel 2.10</b><br clear="none">The new option consumer.bridgeErrorHandler can be set to true, to make this even easier. See further below for more details.</td></tr></table></div> <p>Here is such an example based upon an unit test.</p> @@ -1053,6 +1053,8 @@ protected RouteBuilder createRouteBuilde <p>So all you have to do is to enable this option, and the error handler in the route will take it from there.</p> +<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>Important when using consumer.bridgeErrorHandler</b><br clear="none">When using consumer.bridgeErrorHandler, then <a shape="rect" href="intercept.html" title="Intercept">interceptors</a>, <a shape="rect" href="oncompletion.html" title="OnCompletion">OnCompletion</a>s does <b>not</b> apply. The <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> is processed directly by the Camel <a shape="rect" href="error-handler.html" title="Error Handler">Error Handler</a>, and does not allow prior actions such as interceptors, onCompletion to take action.</td></tr></table></div> + <h3><a shape="rect" name="File2-Debuglogging"></a>Debug logging</h3> <p>This component has log level <b>TRACE</b> that can be helpful if you have problems.</p>