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 2018/10/17 09:28:10 UTC

svn commit: r1036341 [12/17] - in /websites/production/camel/content: ./ 2015/10/14/ 2018/10/ 2018/10/17/ cache/

Modified: websites/production/camel/content/expression.html
==============================================================================
--- websites/production/camel/content/expression.html (original)
+++ websites/production/camel/content/expression.html Wed Oct 17 09:28:08 2018
@@ -138,12 +138,12 @@ public interface Predicate {
 
 <h3 id="Expression-ExpressionLanguages">Expression Languages</h3>
 <p>The following languages are supported out of the box</p>
-<div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><ul><li><a shape="rect" href="bean-language.html">Bean Language</a> for using Java for expressions</li><li><a shape="rect" href="constant.html">Constant</a></li><li>the unified <a shape="rect" href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" href="header.html">Header</a></li><li><a shape="rect" href="jsonpath.html">JSonPath</a></li><li><a shape="rect" href="jxpath.html">JXPath</a></li><li><a shape="rect" href="mvel.html">Mvel</a></li><li><a shape="rect" href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref Language</a></li><li><a shape="rect" href="exchangeproperty.html">ExchangeProperty</a> /&#160;<a shape="rect" href="property.html">Property</a></li><li><a shape="rect" href="scripting-languages.html">Scripting Languages</a> such as<ul><li><a shape="rect" href="beanshell.html">BeanShell</a></li><li><a shape="rect" href="javascript.html">JavaScript</a></li><li><
 a shape="rect" href="groovy.html">Groovy</a></li><li><a shape="rect" href="python.html">Python</a></li><li><a shape="rect" href="php.html">PHP</a></li><li><a shape="rect" href="ruby.html">Ruby</a></li></ul></li><li><a shape="rect" href="simple.html">Simple</a><ul><li><a shape="rect" href="file-language.html">File Language</a></li></ul></li><li><a shape="rect" href="spel.html">Spring Expression Language</a></li><li><a shape="rect" href="sql.html">SQL</a></li><li><a shape="rect" href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" href="xpath.html">XPath</a></li><li><a shape="rect" href="xquery.html">XQuery</a></li><li><a shape="rect" href="vtd-xml.html">VTD-XML</a></li></ul><p>Most of these languages is also supported used as <a shape="rect" href="annotation-based-expression-language.html">Annotation Based Expression Language</a>.</p></div>
+<ul><li><a shape="rect" href="bean-language.html">Bean Language</a> for using Java for expressions</li><li><a shape="rect" href="constant.html">Constant</a></li><li>the unified <a shape="rect" href="el.html">EL</a> from JSP and JSF</li><li><a shape="rect" href="header.html">Header</a></li><li><a shape="rect" href="jsonpath.html">JSonPath</a></li><li><a shape="rect" href="jxpath.html">JXPath</a></li><li><a shape="rect" href="mvel.html">Mvel</a></li><li><a shape="rect" href="ognl.html">OGNL</a></li><li><a shape="rect" href="ref-language.html">Ref Language</a></li><li><a shape="rect" href="exchangeproperty.html">ExchangeProperty</a> /&#160;<a shape="rect" href="property.html">Property</a></li><li><a shape="rect" href="scripting-languages.html">Scripting Languages</a> such as<ul><li><a shape="rect" href="beanshell.html">BeanShell</a></li><li><a shape="rect" href="javascript.html">JavaScript</a></li><li><a shape="rect" href="groovy.html">Groovy</a></li><li><a shape="rect" href="python.ht
 ml">Python</a></li><li><a shape="rect" href="php.html">PHP</a></li><li><a shape="rect" href="ruby.html">Ruby</a></li></ul></li><li><a shape="rect" href="simple.html">Simple</a><ul><li><a shape="rect" href="file-language.html">File Language</a></li></ul></li><li><a shape="rect" href="spel.html">Spring Expression Language</a></li><li><a shape="rect" href="sql.html">SQL</a></li><li><a shape="rect" href="tokenizer.html">Tokenizer</a></li><li><a shape="rect" href="xpath.html">XPath</a></li><li><a shape="rect" href="xquery.html">XQuery</a></li><li><a shape="rect" href="vtd-xml.html">VTD-XML</a></li></ul><p>Most of these languages is also supported used as <a shape="rect" href="annotation-based-expression-language.html">Annotation Based Expression Language</a>.</p>
 
 <h3 id="Expression-UsingExpressionsinyourIDE">Using Expressions in your IDE</h3>
 To use different expression and predicates in your IDE you need to perform a static import of the builder class for the language(s) you wish to use.
 
-<div class="table-wrap conf-macro output-block" data-hasbody="false" data-macro-name="include"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p> Language(s) </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Builder class to import </p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" href="scripting-languages.html">Scripting Languages</a> such as <a shape="rect" href="beanshell.html">BeanShell</a>, <a shape="rect" href="javascript.html">JavaScript</a>, <a shape="rect" href="groovy.html">Groovy</a>, <a shape="rect" href="php.html">PHP</a>, <a shape="rect" href="python.html">Python</a> and <a shape="rect" href="ruby.html">Ruby</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>  <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-script/apidocs/org/apache/camel/builder/script/ScriptBuilder.html">org.apache.camel.builder.script.ScriptBuilder</a> </
 p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" href="sql.html">SQL</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-josql/apidocs/org/apache/camel/builder/sql/SqlBuilder.html">org.apache.camel.builder.josql.SqlBuilder</a> </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" href="xpath.html">XPath</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/builder/xml/XPathBuilder.html">org.apache.camel.builder.xml.XPathBuilder</a> </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" href="xquery.html">XQuery</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current
 /camel-saxon/apidocs/org/apache/camel/builder/saxon/XQueryBuilder.html">org.apache.camel.builder.saxon.XQueryBuilder</a> </p></td></tr></tbody></table></div>
+<div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p> Language(s) </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Builder class to import </p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" href="scripting-languages.html">Scripting Languages</a> such as <a shape="rect" href="beanshell.html">BeanShell</a>, <a shape="rect" href="javascript.html">JavaScript</a>, <a shape="rect" href="groovy.html">Groovy</a>, <a shape="rect" href="php.html">PHP</a>, <a shape="rect" href="python.html">Python</a> and <a shape="rect" href="ruby.html">Ruby</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>  <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-script/apidocs/org/apache/camel/builder/script/ScriptBuilder.html">org.apache.camel.builder.script.ScriptBuilder</a> </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> <a
  shape="rect" href="sql.html">SQL</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-josql/apidocs/org/apache/camel/builder/sql/SqlBuilder.html">org.apache.camel.builder.josql.SqlBuilder</a> </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" href="xpath.html">XPath</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/builder/xml/XPathBuilder.html">org.apache.camel.builder.xml.XPathBuilder</a> </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" href="xquery.html">XQuery</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-saxon/apidocs/org/apache/camel/builder/saxon/XQueryBuilder.html"
 >org.apache.camel.builder.saxon.XQueryBuilder</a> </p></td></tr></tbody></table></div>
 
 
 

Modified: websites/production/camel/content/faq.html
==============================================================================
--- websites/production/camel/content/faq.html (original)
+++ websites/production/camel/content/faq.html Wed Oct 17 09:28:08 2018
@@ -78,21 +78,21 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 id="FAQ-FAQ">FAQ</h2><p>Here are a list of commonly asked questions and answers. If you have any questions which are not on this list, please talk to us on the <a shape="rect" class="unresolved" href="#">Forums</a>.</p><p>We <a shape="rect" class="external-link" href="http://camel.apache.org/contributing.html">welcome contributions</a> and this entire website is a <a shape="rect" href="how-does-the-website-work.html">wiki that you can edit</a> so please join in and help us make the documentation better!</p><h3 id="FAQ-GeneralQuestions"><a shape="rect" href="general-questions.html">General Questions</a></h3><p></p><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include">
-<p>General questions about Camel</p>
+<div class="wiki-content maincontent"><h2 id="FAQ-FAQ">FAQ</h2><p>Here are a list of commonly asked questions and answers. If you have any questions which are not on this list, please talk to us on the <a shape="rect" class="unresolved" href="#">Forums</a>.</p><p>We <a shape="rect" class="external-link" href="http://camel.apache.org/contributing.html">welcome contributions</a> and this entire website is a <a shape="rect" href="how-does-the-website-work.html">wiki that you can edit</a> so please join in and help us make the documentation better!</p><h3 id="FAQ-GeneralQuestions"><a shape="rect" href="general-questions.html">General Questions</a></h3><p>
+</p><p>General questions about Camel</p>
 
-<ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="can-i-get-commercial-support.html">Can I get commercial support</a></li><li><a shape="rect" href="can-i-use-camel-on-java-14.html">Can I use Camel on Java 1.4</a></li><li><a shape="rect" href="does-camel-work-on-ibms-jdk.html">Does Camel work on IBM's JDK?</a></li><li><a shape="rect" href="how-can-i-get-help.html">How can I get help</a></li><li><a shape="rect" href="how-can-i-get-the-source-code.html">How can I get the source code</a></li><li><a shape="rect" href="how-does-camel-compare-to-mule.html">How does Camel compare to Mule</a></li><li><a shape="rect" href="how-does-camel-compare-to-servicemix.html">How does Camel compare to ServiceMix</a></li><li><a shape="rect" href="how-does-camel-compare-to-servicemix-eip.html">How does Camel compare to ServiceMix EIP</a></li><li><a shape="rect" href="how-does-camel-compare-to-synapse.html">How does Camel compare 
 to Synapse</a></li><li><a shape="rect" href="how-does-camel-work.html">How does Camel work</a></li><li><a shape="rect" href="how-does-camel-work-with-activemq.html">How does Camel work with ActiveMQ</a></li><li><a shape="rect" href="how-does-camel-work-with-servicemix.html">How does Camel work with ServiceMix</a></li><li><a shape="rect" href="how-does-the-camel-api-compare-to.html">How does the Camel API compare to</a></li><li><a shape="rect" href="how-does-the-website-work.html">How does the website work</a></li><li><a shape="rect" href="how-do-i-become-a-committer.html">How do I become a committer</a></li><li><a shape="rect" href="how-do-i-compile-the-code.html">How do I compile the code</a></li><li><a shape="rect" href="how-do-i-edit-the-website.html">How do I edit the website</a></li><li><a shape="rect" href="how-do-i-run-camel-using-java-webstart.html">How do I run Camel using Java WebStart</a></li><li><a shape="rect" href="if-i-use-servicemix-when-should-i-use-camel.html">If I
  use ServiceMix when should I use Camel</a></li><li><a shape="rect" href="is-camel-an-esb.html">Is Camel an ESB</a></li><li><a shape="rect" href="is-camel-ioc-friendly.html">Is Camel IoC friendly</a></li><li><a shape="rect" href="running-camel-standalone.html">Running Camel standalone</a></li><li><a shape="rect" href="what-are-the-dependencies.html">What are the dependencies</a></li><li><a shape="rect" href="what-is-a-router.html">What is a router</a></li><li><a shape="rect" href="what-is-camel.html">What is Camel</a></li><li><a shape="rect" href="what-is-the-license.html">What is the license</a></li><li><a shape="rect" href="what-jars-do-i-need.html">What jars do I need</a></li><li><a shape="rect" href="what-languages-are-supported.html">What languages are supported</a></li><li><a shape="rect" href="what-platforms-are-supported.html">What platforms are supported</a></li><li><a shape="rect" href="why-the-name-camel.html">Why the name Camel</a></li></ul></div><h3 id="FAQ-UsingCamelQu
 estions"><a shape="rect" href="using-camel-questions.html">Using Camel Questions</a></h3><p></p><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include">
-<p>Questions on using Apache Camel</p>
+<ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="can-i-get-commercial-support.html">Can I get commercial support</a></li><li><a shape="rect" href="can-i-use-camel-on-java-14.html">Can I use Camel on Java 1.4</a></li><li><a shape="rect" href="does-camel-work-on-ibms-jdk.html">Does Camel work on IBM's JDK?</a></li><li><a shape="rect" href="how-can-i-get-help.html">How can I get help</a></li><li><a shape="rect" href="how-can-i-get-the-source-code.html">How can I get the source code</a></li><li><a shape="rect" href="how-does-camel-compare-to-mule.html">How does Camel compare to Mule</a></li><li><a shape="rect" href="how-does-camel-compare-to-servicemix.html">How does Camel compare to ServiceMix</a></li><li><a shape="rect" href="how-does-camel-compare-to-servicemix-eip.html">How does Camel compare to ServiceMix EIP</a></li><li><a shape="rect" href="how-does-camel-compare-to-synapse.html">How does Camel compare 
 to Synapse</a></li><li><a shape="rect" href="how-does-camel-work.html">How does Camel work</a></li><li><a shape="rect" href="how-does-camel-work-with-activemq.html">How does Camel work with ActiveMQ</a></li><li><a shape="rect" href="how-does-camel-work-with-servicemix.html">How does Camel work with ServiceMix</a></li><li><a shape="rect" href="how-does-the-camel-api-compare-to.html">How does the Camel API compare to</a></li><li><a shape="rect" href="how-does-the-website-work.html">How does the website work</a></li><li><a shape="rect" href="how-do-i-become-a-committer.html">How do I become a committer</a></li><li><a shape="rect" href="how-do-i-compile-the-code.html">How do I compile the code</a></li><li><a shape="rect" href="how-do-i-edit-the-website.html">How do I edit the website</a></li><li><a shape="rect" href="how-do-i-run-camel-using-java-webstart.html">How do I run Camel using Java WebStart</a></li><li><a shape="rect" href="if-i-use-servicemix-when-should-i-use-camel.html">If I
  use ServiceMix when should I use Camel</a></li><li><a shape="rect" href="is-camel-an-esb.html">Is Camel an ESB</a></li><li><a shape="rect" href="is-camel-ioc-friendly.html">Is Camel IoC friendly</a></li><li><a shape="rect" href="running-camel-standalone.html">Running Camel standalone</a></li><li><a shape="rect" href="what-are-the-dependencies.html">What are the dependencies</a></li><li><a shape="rect" href="what-is-a-router.html">What is a router</a></li><li><a shape="rect" href="what-is-camel.html">What is Camel</a></li><li><a shape="rect" href="what-is-the-license.html">What is the license</a></li><li><a shape="rect" href="what-jars-do-i-need.html">What jars do I need</a></li><li><a shape="rect" href="what-languages-are-supported.html">What languages are supported</a></li><li><a shape="rect" href="what-platforms-are-supported.html">What platforms are supported</a></li><li><a shape="rect" href="why-the-name-camel.html">Why the name Camel</a></li></ul><h3 id="FAQ-UsingCamelQuestion
 s"><a shape="rect" href="using-camel-questions.html">Using Camel Questions</a></h3><p>
+</p><p>Questions on using Apache Camel</p>
 
-<ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="classloader-issue-of-servicemix-camel-component.html">Classloader issue of servicemix-camel component</a></li><li><a shape="rect" href="ho-do-i-specify-which-method-to-use-when-using-beans-in-routes.html">Ho do I specify which method to use when using beans in routes?</a></li><li><a shape="rect" href="how-can-i-create-a-custom-component-or-endpoint.html">How can I create a custom component or endpoint</a></li><li><a shape="rect" href="how-can-i-get-the-remote-connection-ip-address-from-the-camel-cxf-consumer-.html">How can I get the remote connection IP address from the camel-cxf consumer ?</a></li><li><a shape="rect" href="how-can-i-stop-a-route-from-a-route.html">How can I stop a route from a route</a></li><li><a shape="rect" href="how-can-webservice-clients-see-remote-faults-with-stacktraces-when-using-camel-cxf.html">How can webservice clients see remote
  faults with stacktraces when using camel-cxf</a></li><li><a shape="rect" href="how-does-camel-look-up-beans-and-endpoints.html">How does Camel look up beans and endpoints</a></li><li><a shape="rect" href="how-do-i-add-a-component.html">How do I add a component</a></li><li><a shape="rect" href="how-do-i-change-the-logging.html">How do I change the logging</a></li><li><a shape="rect" href="how-do-i-configure-endpoints.html">How Do I Configure Endpoints?</a></li><li><a shape="rect" href="how-do-i-configure-password-options-on-camel-endpoints-without-the-value-being-encoded.html">How do I configure password options on Camel endpoints without the value being encoded</a></li><li><a shape="rect" href="how-do-i-configure-the-default-maximum-cache-size-for-producercache-or-producertemplate.html">How do I configure the default maximum cache size for ProducerCache or ProducerTemplate</a></li><li><a shape="rect" href="how-do-i-configure-the-maximum-endpoint-cache-size-for-camelcontext.html">Ho
 w do I configure the maximum endpoint cache size for CamelContext</a></li><li><a shape="rect" href="how-do-i-debug-my-route.html">How do I debug my route</a></li><li><a shape="rect" href="how-do-i-disable-jmx.html">How do I disable JMX</a></li><li><a shape="rect" href="how-do-i-enable-streams-when-debug-logging-messages-in-camel.html">How do I enable streams when debug logging messages in Camel</a></li><li><a shape="rect" href="how-do-i-handle-failures-when-consuming-for-example-from-a-ftp-server.html">How do I handle failures when consuming for example from a FTP server</a></li><li><a shape="rect" href="how-do-i-import-rests-from-other-xml-files.html">How do I import rests from other XML files</a></li><li><a shape="rect" href="how-do-i-import-routes-from-other-xml-files.html">How Do I Import Routes From Other XML Files?</a></li><li><a shape="rect" href="how-do-i-let-jetty-match-wildcards.html">How do I let Jetty match wildcards</a></li><li><a shape="rect" href="how-do-i-name-my-rou
 tes.html">How do I name my routes?</a></li><li><a shape="rect" href="how-do-i-restart-camelcontext.html">How do I restart CamelContext</a></li><li><a shape="rect" href="how-do-i-retrieve-the-thrown-exception-during-processing-an-exchange.html">How do I retrieve the thrown Exception during processing an Exchange</a></li><li><a shape="rect" href="how-do-i-retry-failed-messages-forever.html">How do I retry failed messages forever</a></li><li><a shape="rect" href="how-do-i-retry-processing-a-message-from-a-certain-point-back-or-an-entire-route.html">How do I retry processing a message from a certain point back or an entire route</a></li><li><a shape="rect" href="how-do-i-reuse-the-contexttestsupport-class-in-my-unit-tests.html">How do I reuse the ContextTestSupport class in my unit tests</a></li><li><a shape="rect" href="how-do-i-run-activemq-and-camel-in-jboss.html">How do I run ActiveMQ and Camel in JBoss</a></li><li><a shape="rect" href="how-do-i-set-the-max-chars-when-debug-logging-
 messages-in-camel.html">How do I set the max chars when debug logging messages in Camel</a></li><li><a shape="rect" href="how-do-i-specify-time-period-in-a-human-friendly-syntax.html">How do I specify time period in a human friendly syntax</a></li><li><a shape="rect" href="how-do-i-use-a-big-uber-jar.html">How do I use a big (uber) JAR?</a></li><li><a shape="rect" href="how-do-i-use-camel-inside-servicemix.html">How do I use Camel inside ServiceMix</a></li><li><a shape="rect" href="how-do-i-use-spring-property-placeholder-with-camel-xml.html">How do I use Spring Property Placeholder with Camel XML</a></li><li><a shape="rect" href="how-do-i-use-uris-with-parameters-in-xml.html">How do I use URIs with parameters in XML</a></li><li><a shape="rect" href="how-do-i-write-a-custom-processor-which-sends-multiple-messages.html">How do I write a custom Processor which sends multiple messages</a></li><li><a shape="rect" href="how-should-i-invoke-my-pojos-or-spring-services.html">How should I i
 nvoke my POJOs or Spring Services</a></li><li><a shape="rect" href="how-should-i-package-applications-using-camel-and-activemq.html">How should I package applications using Camel and ActiveMQ</a></li><li><a shape="rect" href="how-to-avoid-importing-bunch-of-cxf-packages-when-start-up-the-camel-cxf-endpoint-from-osgi-platform-.html">How to avoid importing bunch of cxf packages when start up the camel-cxf endpoint from OSGi platform ?</a></li><li><a shape="rect" href="how-to-avoid-sending-some-or-all-message-headers.html">How to avoid sending some or all message headers</a></li><li><a shape="rect" href="how-to-define-a-static-camel-converter-method-in-scala.html">How to define a static camel converter method in Scala</a></li><li><a shape="rect" href="how-to-remove-the-http-protocol-headers-in-the-camel-message.html">How to remove the http protocol headers in the camel message?</a></li><li><a shape="rect" href="how-to-send-the-same-message-to-multiple-endpoints.html">How to send the sa
 me message to multiple endpoints</a></li><li><a shape="rect" href="how-to-switch-the-cxf-consumer-between-http-and-https-without-touching-the-spring-configuration.html">How to switch the CXF consumer between HTTP and HTTPS without touching the Spring configuration</a></li><li><a shape="rect" href="how-to-use-a-dynamic-uri-in-to.html">How to use a dynamic URI in to()</a></li><li><a shape="rect" href="how-to-use-extra-camel-componets-in-servicemix-camel.html">How to use extra camel componets in servicemix-camel</a></li><li><a shape="rect" href="how-to-validate-the-camel-1x-context-xml-from-apache-camel-web-site.html">How to validate the camel-1.x context xml from Apache Camel web site?</a></li><li><a shape="rect" href="is-there-an-ide.html">Is there an IDE</a></li><li><a shape="rect" href="should-i-deploy-camel-inside-the-activemq-broker-or-in-another-application.html">Should I deploy Camel inside the ActiveMQ broker or in another application</a></li><li><a shape="rect" href="using-ca
 mel-core-testsjar.html">Using camel-core-tests.jar</a></li><li><a shape="rect" href="using-getin-or-getout-methods-on-exchange.html">Using getIn or getOut methods on Exchange</a></li><li><a shape="rect" href="why-cant-i-use-sign-in-my-password.html">Why can't I use + sign in my password</a></li><li><a shape="rect" href="why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html">Why can I not use when or otherwise in a Java Camel route</a></li><li><a shape="rect" href="why-does-ftp-component-not-download-any-files.html">Why does FTP component not download any files?</a></li><li><a shape="rect" href="why-does-my-file-consumer-not-pick-up-the-file-and-how-do-i-let-the-file-consumer-use-the-camel-error-handler.html">Why does my file consumer not pick up the file, and how do I let the file consumer use the Camel error handler?</a></li><li><a shape="rect" href="why-does-useoriginalmessage-with-error-handler-not-work-as-expected.html">Why does useOriginalMessage with error handler not
  work as expected?</a></li><li><a shape="rect" href="why-do-my-message-lose-its-headers-during-routing.html">Why do my message lose its headers during routing?</a></li><li><a shape="rect" href="why-is-my-message-body-empty.html">Why is my message body empty?</a></li><li><a shape="rect" href="why-is-my-processor-not-showing-up-in-jconsole.html">Why is my processor not showing up in JConsole</a></li><li><a shape="rect" href="why-is-the-exception-null-when-i-use-onexception.html">Why is the exception null when I use onException</a></li><li><a shape="rect" href="why-use-multiple-camelcontext.html">Why use multiple CamelContext</a></li></ul></div><h3 id="FAQ-LoggingQuestions"><a shape="rect" href="logging-questions.html">Logging Questions</a></h3><p></p><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include">Questions on logging output from Camel to a console, using the <a shape="rect" href="log.html">Log</a> endpoint or JDK 1.4 logging or Log4j etc
+<ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="classloader-issue-of-servicemix-camel-component.html">Classloader issue of servicemix-camel component</a></li><li><a shape="rect" href="ho-do-i-specify-which-method-to-use-when-using-beans-in-routes.html">Ho do I specify which method to use when using beans in routes?</a></li><li><a shape="rect" href="how-can-i-create-a-custom-component-or-endpoint.html">How can I create a custom component or endpoint</a></li><li><a shape="rect" href="how-can-i-get-the-remote-connection-ip-address-from-the-camel-cxf-consumer-.html">How can I get the remote connection IP address from the camel-cxf consumer ?</a></li><li><a shape="rect" href="how-can-i-stop-a-route-from-a-route.html">How can I stop a route from a route</a></li><li><a shape="rect" href="how-can-webservice-clients-see-remote-faults-with-stacktraces-when-using-camel-cxf.html">How can webservice clients see remote
  faults with stacktraces when using camel-cxf</a></li><li><a shape="rect" href="how-does-camel-look-up-beans-and-endpoints.html">How does Camel look up beans and endpoints</a></li><li><a shape="rect" href="how-do-i-add-a-component.html">How do I add a component</a></li><li><a shape="rect" href="how-do-i-change-the-logging.html">How do I change the logging</a></li><li><a shape="rect" href="how-do-i-configure-endpoints.html">How Do I Configure Endpoints?</a></li><li><a shape="rect" href="how-do-i-configure-password-options-on-camel-endpoints-without-the-value-being-encoded.html">How do I configure password options on Camel endpoints without the value being encoded</a></li><li><a shape="rect" href="how-do-i-configure-the-default-maximum-cache-size-for-producercache-or-producertemplate.html">How do I configure the default maximum cache size for ProducerCache or ProducerTemplate</a></li><li><a shape="rect" href="how-do-i-configure-the-maximum-endpoint-cache-size-for-camelcontext.html">Ho
 w do I configure the maximum endpoint cache size for CamelContext</a></li><li><a shape="rect" href="how-do-i-debug-my-route.html">How do I debug my route</a></li><li><a shape="rect" href="how-do-i-disable-jmx.html">How do I disable JMX</a></li><li><a shape="rect" href="how-do-i-enable-streams-when-debug-logging-messages-in-camel.html">How do I enable streams when debug logging messages in Camel</a></li><li><a shape="rect" href="how-do-i-handle-failures-when-consuming-for-example-from-a-ftp-server.html">How do I handle failures when consuming for example from a FTP server</a></li><li><a shape="rect" href="how-do-i-import-rests-from-other-xml-files.html">How do I import rests from other XML files</a></li><li><a shape="rect" href="how-do-i-import-routes-from-other-xml-files.html">How Do I Import Routes From Other XML Files?</a></li><li><a shape="rect" href="how-do-i-let-jetty-match-wildcards.html">How do I let Jetty match wildcards</a></li><li><a shape="rect" href="how-do-i-name-my-rou
 tes.html">How do I name my routes?</a></li><li><a shape="rect" href="how-do-i-restart-camelcontext.html">How do I restart CamelContext</a></li><li><a shape="rect" href="how-do-i-retrieve-the-thrown-exception-during-processing-an-exchange.html">How do I retrieve the thrown Exception during processing an Exchange</a></li><li><a shape="rect" href="how-do-i-retry-failed-messages-forever.html">How do I retry failed messages forever</a></li><li><a shape="rect" href="how-do-i-retry-processing-a-message-from-a-certain-point-back-or-an-entire-route.html">How do I retry processing a message from a certain point back or an entire route</a></li><li><a shape="rect" href="how-do-i-reuse-the-contexttestsupport-class-in-my-unit-tests.html">How do I reuse the ContextTestSupport class in my unit tests</a></li><li><a shape="rect" href="how-do-i-run-activemq-and-camel-in-jboss.html">How do I run ActiveMQ and Camel in JBoss</a></li><li><a shape="rect" href="how-do-i-set-the-max-chars-when-debug-logging-
 messages-in-camel.html">How do I set the max chars when debug logging messages in Camel</a></li><li><a shape="rect" href="how-do-i-specify-time-period-in-a-human-friendly-syntax.html">How do I specify time period in a human friendly syntax</a></li><li><a shape="rect" href="how-do-i-use-a-big-uber-jar.html">How do I use a big (uber) JAR?</a></li><li><a shape="rect" href="how-do-i-use-camel-inside-servicemix.html">How do I use Camel inside ServiceMix</a></li><li><a shape="rect" href="how-do-i-use-spring-property-placeholder-with-camel-xml.html">How do I use Spring Property Placeholder with Camel XML</a></li><li><a shape="rect" href="how-do-i-use-uris-with-parameters-in-xml.html">How do I use URIs with parameters in XML</a></li><li><a shape="rect" href="how-do-i-write-a-custom-processor-which-sends-multiple-messages.html">How do I write a custom Processor which sends multiple messages</a></li><li><a shape="rect" href="how-should-i-invoke-my-pojos-or-spring-services.html">How should I i
 nvoke my POJOs or Spring Services</a></li><li><a shape="rect" href="how-should-i-package-applications-using-camel-and-activemq.html">How should I package applications using Camel and ActiveMQ</a></li><li><a shape="rect" href="how-to-avoid-importing-bunch-of-cxf-packages-when-start-up-the-camel-cxf-endpoint-from-osgi-platform-.html">How to avoid importing bunch of cxf packages when start up the camel-cxf endpoint from OSGi platform ?</a></li><li><a shape="rect" href="how-to-avoid-sending-some-or-all-message-headers.html">How to avoid sending some or all message headers</a></li><li><a shape="rect" href="how-to-define-a-static-camel-converter-method-in-scala.html">How to define a static camel converter method in Scala</a></li><li><a shape="rect" href="how-to-remove-the-http-protocol-headers-in-the-camel-message.html">How to remove the http protocol headers in the camel message?</a></li><li><a shape="rect" href="how-to-send-the-same-message-to-multiple-endpoints.html">How to send the sa
 me message to multiple endpoints</a></li><li><a shape="rect" href="how-to-switch-the-cxf-consumer-between-http-and-https-without-touching-the-spring-configuration.html">How to switch the CXF consumer between HTTP and HTTPS without touching the Spring configuration</a></li><li><a shape="rect" href="how-to-use-a-dynamic-uri-in-to.html">How to use a dynamic URI in to()</a></li><li><a shape="rect" href="how-to-use-extra-camel-componets-in-servicemix-camel.html">How to use extra camel componets in servicemix-camel</a></li><li><a shape="rect" href="how-to-validate-the-camel-1x-context-xml-from-apache-camel-web-site.html">How to validate the camel-1.x context xml from Apache Camel web site?</a></li><li><a shape="rect" href="is-there-an-ide.html">Is there an IDE</a></li><li><a shape="rect" href="should-i-deploy-camel-inside-the-activemq-broker-or-in-another-application.html">Should I deploy Camel inside the ActiveMQ broker or in another application</a></li><li><a shape="rect" href="using-ca
 mel-core-testsjar.html">Using camel-core-tests.jar</a></li><li><a shape="rect" href="using-getin-or-getout-methods-on-exchange.html">Using getIn or getOut methods on Exchange</a></li><li><a shape="rect" href="why-cant-i-use-sign-in-my-password.html">Why can't I use + sign in my password</a></li><li><a shape="rect" href="why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html">Why can I not use when or otherwise in a Java Camel route</a></li><li><a shape="rect" href="why-does-ftp-component-not-download-any-files.html">Why does FTP component not download any files?</a></li><li><a shape="rect" href="why-does-my-file-consumer-not-pick-up-the-file-and-how-do-i-let-the-file-consumer-use-the-camel-error-handler.html">Why does my file consumer not pick up the file, and how do I let the file consumer use the Camel error handler?</a></li><li><a shape="rect" href="why-does-useoriginalmessage-with-error-handler-not-work-as-expected.html">Why does useOriginalMessage with error handler not
  work as expected?</a></li><li><a shape="rect" href="why-do-my-message-lose-its-headers-during-routing.html">Why do my message lose its headers during routing?</a></li><li><a shape="rect" href="why-is-my-message-body-empty.html">Why is my message body empty?</a></li><li><a shape="rect" href="why-is-my-processor-not-showing-up-in-jconsole.html">Why is my processor not showing up in JConsole</a></li><li><a shape="rect" href="why-is-the-exception-null-when-i-use-onexception.html">Why is the exception null when I use onException</a></li><li><a shape="rect" href="why-use-multiple-camelcontext.html">Why use multiple CamelContext</a></li></ul><h3 id="FAQ-LoggingQuestions"><a shape="rect" href="logging-questions.html">Logging Questions</a></h3><p>Questions on logging output from Camel to a console, using the <a shape="rect" href="log.html">Log</a> endpoint or JDK 1.4 logging or Log4j etc
 
-<ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="how-do-i-enable-debug-logging.html">How do I enable debug logging</a></li><li><a shape="rect" href="how-do-i-use-java-14-logging.html">How do I use Java 1.4 logging</a></li><li><a shape="rect" href="how-do-i-use-log4j.html">How do I use log4j</a></li></ul></div><h3 id="FAQ-CamelEndpointQuestions"><a shape="rect" href="camel-endpoint-questions.html">Camel Endpoint Questions</a></h3><p></p><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include">Questions on using the various Camel <a shape="rect" href="components.html">Components</a> and <a shape="rect" href="endpoint.html">Endpoint</a> implementations
+</p><ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="how-do-i-enable-debug-logging.html">How do I enable debug logging</a></li><li><a shape="rect" href="how-do-i-use-java-14-logging.html">How do I use Java 1.4 logging</a></li><li><a shape="rect" href="how-do-i-use-log4j.html">How do I use log4j</a></li></ul><h3 id="FAQ-CamelEndpointQuestions"><a shape="rect" href="camel-endpoint-questions.html">Camel Endpoint Questions</a></h3><p>Questions on using the various Camel <a shape="rect" href="components.html">Components</a> and <a shape="rect" href="endpoint.html">Endpoint</a> implementations
 
-<ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="how-do-i-invoke-camel-routes-from-jbi.html">How do I invoke Camel routes from JBI</a></li><li><a shape="rect" href="how-do-i-make-my-jms-endpoint-transactional.html">How Do I Make My JMS Endpoint Transactional?</a></li><li><a shape="rect" href="how-do-i-set-the-mep-when-interacting-with-jbi.html">How do I set the MEP when interacting with JBI?</a></li><li><a shape="rect" href="how-do-the-direct-event-seda-and-vm-endpoints-compare.html">How do the direct, event, seda and vm endpoints compare</a></li><li><a shape="rect" href="how-do-the-timer-and-quartz-endpoints-compare.html">How do the Timer and Quartz endpoints compare</a></li></ul></div><h3 id="FAQ-ComponentQuestions">Component Questions</h3><p>Questions on using specific components</p><h4 id="FAQ-JMSQuestions"><a shape="rect" href="jms-questions.html">JMS Questions</a></h4><p></p><div class="conf-macro ou
 tput-block" data-hasbody="false" data-macro-name="include">Questions on using the <a shape="rect" href="jms.html">JMS</a> endpoints in Camel
+</p><ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="how-do-i-invoke-camel-routes-from-jbi.html">How do I invoke Camel routes from JBI</a></li><li><a shape="rect" href="how-do-i-make-my-jms-endpoint-transactional.html">How Do I Make My JMS Endpoint Transactional?</a></li><li><a shape="rect" href="how-do-i-set-the-mep-when-interacting-with-jbi.html">How do I set the MEP when interacting with JBI?</a></li><li><a shape="rect" href="how-do-the-direct-event-seda-and-vm-endpoints-compare.html">How do the direct, event, seda and vm endpoints compare</a></li><li><a shape="rect" href="how-do-the-timer-and-quartz-endpoints-compare.html">How do the Timer and Quartz endpoints compare</a></li></ul><h3 id="FAQ-ComponentQuestions">Component Questions</h3><p>Questions on using specific components</p><h4 id="FAQ-JMSQuestions"><a shape="rect" href="jms-questions.html">JMS Questions</a></h4><p>Questions on using the <a shape
 ="rect" href="jms.html">JMS</a> endpoints in Camel
 
-<ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="why-does-my-jms-route-only-consume-one-message-at-once.html">Why does my JMS route only consume one message at once</a></li></ul></div><h3 id="FAQ-CommonProblems"><a shape="rect" href="common-problems.html">Common Problems</a></h3><p>Common Problems that people have when riding the Camel
+</p><ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="why-does-my-jms-route-only-consume-one-message-at-once.html">Why does my JMS route only consume one message at once</a></li></ul><h3 id="FAQ-CommonProblems"><a shape="rect" href="common-problems.html">Common Problems</a></h3><p>Common Problems that people have when riding the Camel
 
-</p><ul class="childpages-macro conf-macro output-block conf-macro output-block" data-hasbody="false" data-macro-name="include"><li><a shape="rect" href="exception-beandefinitionstoreexception.html">Exception - BeanDefinitionStoreException</a></li><li><a shape="rect" href="exception-javaxnamingnoinitialcontextexception.html">Exception - javax.naming.NoInitialContextException</a></li><li><a shape="rect" href="exception-orgapachecamelnosuchendpointexception.html">Exception - org.apache.camel.NoSuchEndpointException</a></li><li><a shape="rect" href="exception-orgxmlsaxsaxparseexception.html">Exception - org.xml.sax.SAXParseException</a></li><li><a shape="rect" href="memory-leak-when-adding-and-removing-routes-at-runtime.html">Memory leak when adding and removing routes at runtime</a></li><li><a shape="rect" href="why-do-camel-throw-so-many-noclassdeffoundexception-on-startup.html">Why do Camel throw so many NoClassDefFoundException on startup</a></li><li><a shape="rect" href="why-does-
 camel-use-too-many-threads-with-producertemplate.html">Why does Camel use too many threads with ProducerTemplate</a></li><li><a shape="rect" href="why-does-maven-not-download-dependencies.html">Why does maven not download dependencies</a></li></ul><h4 id="FAQ-Acknowledgment"><a shape="rect" href="acknowledgment.html">Acknowledgment</a></h4></div>
+</p><ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a shape="rect" href="exception-beandefinitionstoreexception.html">Exception - BeanDefinitionStoreException</a></li><li><a shape="rect" href="exception-javaxnamingnoinitialcontextexception.html">Exception - javax.naming.NoInitialContextException</a></li><li><a shape="rect" href="exception-orgapachecamelnosuchendpointexception.html">Exception - org.apache.camel.NoSuchEndpointException</a></li><li><a shape="rect" href="exception-orgxmlsaxsaxparseexception.html">Exception - org.xml.sax.SAXParseException</a></li><li><a shape="rect" href="memory-leak-when-adding-and-removing-routes-at-runtime.html">Memory leak when adding and removing routes at runtime</a></li><li><a shape="rect" href="why-do-camel-throw-so-many-noclassdeffoundexception-on-startup.html">Why do Camel throw so many NoClassDefFoundException on startup</a></li><li><a shape="rect" href="why-does-camel-use-too-many-thre
 ads-with-producertemplate.html">Why does Camel use too many threads with ProducerTemplate</a></li><li><a shape="rect" href="why-does-maven-not-download-dependencies.html">Why does maven not download dependencies</a></li></ul><h4 id="FAQ-Acknowledgment"><a shape="rect" href="acknowledgment.html">Acknowledgment</a></h4></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/flatpack.html
==============================================================================
--- websites/production/camel/content/flatpack.html (original)
+++ websites/production/camel/content/flatpack.html Wed Oct 17 09:28:08 2018
@@ -217,7 +217,7 @@ Each <code>Map</code> contains the key f
 
 <p>You can also convert the payload of each message created to a <code>Map</code> for easy <a shape="rect" href="bean-integration.html">Bean Integration</a></p>
 
-<div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h2 id="Flatpack-FlatpackDataFormat">Flatpack DataFormat</h2>
+<h2 id="Flatpack-FlatpackDataFormat">Flatpack DataFormat</h2>
 <p>The <a shape="rect" href="flatpack.html">Flatpack</a> component ships with the Flatpack data format that can be used to format between fixed width or delimited text messages to a <code>List</code> of rows as <code>Map</code>. </p>
 <ul class="alternate"><li>marshal = from <code>List&lt;Map&lt;String, Object&gt;&gt;</code> to <code>OutputStream</code> (can be converted to <code>String</code>)</li><li>unmarshal = from <code>java.io.InputStream</code> (such as a <code>File</code> or <code>String</code>) to a <code>java.util.List</code> as an <code>org.apache.camel.component.flatpack.DataSetList</code> instance.<br clear="none">
 The result of the operation will contain all the data. If you need to process each row one by one you can split the exchange, using <a shape="rect" href="splitter.html">Splitter</a>.</li></ul>
@@ -268,10 +268,10 @@ from("seda:people").marshal(df).convertB
   &lt;version&gt;x.x.x&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
-</div></div></div>
+</div></div>
 
-<div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="Flatpack-SeeAlso">See Also</h3>
-<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div></div>
+<h3 id="Flatpack-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/flink.html
==============================================================================
--- websites/production/camel/content/flink.html (original)
+++ websites/production/camel/content/flink.html Wed Oct 17 09:28:08 2018
@@ -140,8 +140,8 @@ try {
 } finally {
     camelContext.stop();
 }</pre>
-</div></div><p>&#160;</p><p></p><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="Flink-SeeAlso">See Also</h3>
-<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div></div>
+</div></div><p>&#160;</p><p></p><h3 id="Flink-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/fop.html
==============================================================================
--- websites/production/camel/content/fop.html (original)
+++ websites/production/camel/content/fop.html Wed Oct 17 09:28:08 2018
@@ -105,8 +105,8 @@
     .to("fop:application/pdf")
     .to("file:target/data");
 </pre>
-</div></div><p>For more information, see these resources...</p><p></p><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="FOP-SeeAlso">See Also</h3>
-<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div></div>
+</div></div><p>For more information, see these resources...</p><p></p><h3 id="FOP-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/ftp.html
==============================================================================
--- websites/production/camel/content/ftp.html (original)
+++ websites/production/camel/content/ftp.html Wed Oct 17 09:28:08 2018
@@ -78,7 +78,7 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h2 id="FTP-FTP/SFTP/FTPSComponent">FTP/SFTP/FTPS Component</h2><p>This component provides access to remote file systems over the FTP and SFTP protocols.</p><p>Maven users will need to add the following dependency to their <code>pom.xml</code> for this component:</p><parameter ac:name="">xml</parameter><plain-text-body>&lt;dependency&gt;
+<div class="wiki-content maincontent"><h2 id="FTP-FTP/SFTP/FTPSComponent">FTP/SFTP/FTPS Component</h2><p>This component provides access to remote file systems over the FTP and SFTP protocols.</p><p>Maven users will need to add the following dependency to their <code>pom.xml</code> for this component:</p><parameter ac:name="">xml</parameter><plain-text-body>&lt;dependency&gt;
     &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
     &lt;artifactId&gt;camel-ftp&lt;/artifactId&gt;
     &lt;version&gt;x.x.x&lt;/version&gt;See the documentation of the Apache Commons
@@ -251,7 +251,7 @@ disconnected.
 </plain-text-body><h3 id="FTP-Consumingasinglefileusingafixedname">Consuming a single file using a fixed name</h3><p>When you want to download a single file and know the file name, you can use <code>fileName=myFileName.txt</code> to tell Camel the name of the file to download. By default the consumer will still do a FTP LIST command to do a directory listing and then filter these files based on the <code>fileName</code> option. Though in this use-case it may be desirable to turn off the directory listing by setting <code>useList=false</code>. For example the user account used to login to the FTP server may not have permission to do a FTP LIST command. So you can turn off this with <code>useList=false</code>, and then provide the fixed name of the file to download with <code>fileName=myFileName.txt</code>, then the FTP consumer can still download the file. If the file for some reason does not exist, then Camel will by default throw an exception, you can turn this off and ignore this 
 by setting <code>ignoreFileNotFoundOrPermissionError=true</code>.</p><p>For example to have a Camel route that picks up a single file, and deletes it after use you can write</p><plain-text-body>from("ftp://admin@localhost:21/nolist/?password=admin&amp;stepwise=false&amp;useList=false&amp;ignoreFileNotFoundOrPermissionError=true&amp;fileName=report.txt&amp;delete=true")
   .to("activemq:queue:report");
 </plain-text-body><p>Notice that we have used all the options we talked above.</p><p>You can also use this with <code>ConsumerTemplate</code>. For example to download a single file (if it exists) and grab the file content as a String type:</p><plain-text-body>String data = template.retrieveBodyNoWait("ftp://admin@localhost:21/nolist/?password=admin&amp;stepwise=false&amp;useList=false&amp;ignoreFileNotFoundOrPermissionError=true&amp;fileName=report.txt&amp;delete=true", String.class);
-</plain-text-body><h3 id="FTP-Debuglogging">Debug logging</h3><p>This component has log level <strong>TRACE</strong> that can be helpful if you have problems.</p><p><parameter ac:name=""><a shape="rect" href="endpoint-see-also.html">Endpoint See Also</a></parameter></p><ul class="alternate"><li><a shape="rect" href="file2.html">File2</a></li></ul></div></div>
+</plain-text-body><h3 id="FTP-Debuglogging">Debug logging</h3><p>This component has log level <strong>TRACE</strong> that can be helpful if you have problems.</p><p><parameter ac:name=""><a shape="rect" href="endpoint-see-also.html">Endpoint See Also</a></parameter></p><ul class="alternate"><li><a shape="rect" href="file2.html">File2</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/gauth.html
==============================================================================
--- websites/production/camel/content/gauth.html (original)
+++ websites/production/camel/content/gauth.html Wed Oct 17 09:28:08 2018
@@ -302,8 +302,8 @@ public class AccessExample {
 </pre>
 </div></div>
 <p>where <code>${camel-version</code>} must be replaced by the actual version of Camel (2.3.0 or higher).</p>
-<div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="gauth-SeeAlso">See Also</h3>
-<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div></div>
+<h3 id="gauth-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/ghttp.html
==============================================================================
--- websites/production/camel/content/ghttp.html (original)
+++ websites/production/camel/content/ghttp.html Wed Oct 17 09:28:08 2018
@@ -214,8 +214,8 @@ from(...)
 </pre>
 </div></div>
 
-<div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="ghttp-SeeAlso">See Also</h3>
-<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div>
+<h3 id="ghttp-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul>
 <ul class="alternate"><li><a shape="rect" href="http.html">Http component</a></li><li><a shape="rect" href="servlet.html">Servlet Component</a></li></ul></div>
         </td>
         <td valign="top">

Modified: websites/production/camel/content/glogin.html
==============================================================================
--- websites/production/camel/content/glogin.html (original)
+++ websites/production/camel/content/glogin.html Wed Oct 17 09:28:08 2018
@@ -195,8 +195,8 @@ public class GLoginTest {
 </pre>
 </div></div>
 
-<div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="glogin-SeeAlso">See Also</h3>
-<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div></div>
+<h3 id="glogin-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/gmail.html
==============================================================================
--- websites/production/camel/content/gmail.html (original)
+++ websites/production/camel/content/gmail.html Wed Oct 17 09:28:08 2018
@@ -143,8 +143,8 @@ gmail://user@googlemail.com[?options]
 </pre>
 </div></div>
 
-<div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="gmail-SeeAlso">See Also</h3>
-<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div></div>
+<h3 id="gmail-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/grape.html
==============================================================================
--- websites/production/camel/content/grape.html (original)
+++ websites/production/camel/content/grape.html Wed Oct 17 09:28:08 2018
@@ -155,8 +155,8 @@ grape:org.apache.camel/camel-jms/2.15.2<
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">      from("netty-http4:http://0.0.0.0:80/patches").
         setHeader(GrapeConstats.GRAPE_COMMAND, constant(CamelGrapeCommand.clearPatches)).
         setBody().constant("Installed patches have been deleted.");&#160;</pre>
-</div></div><p><br clear="none"></p><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="Grape-SeeAlso">See Also</h3>
-<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div></div>
+</div></div><p><br clear="none"></p><h3 id="Grape-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/groovy.html
==============================================================================
--- websites/production/camel/content/groovy.html (original)
+++ websites/production/camel/content/groovy.html Wed Oct 17 09:28:08 2018
@@ -117,7 +117,7 @@ from("queue:foo").filter(groovy("request
             &lt;/filter&gt;
         &lt;/route&gt;
 </pre>
-</div></div><p></p><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="Groovy-ScriptContextOptions"><code>ScriptContext</code> Options</h3><p>&#160;</p><p>The&#160;<code>JSR-223</code> scripting language's&#160;<strong><code>ScriptContext</code></strong> is pre-configured with the following attributes all set at <strong><code>ENGINE_SCOPE</code></strong>.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Attribute</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Value</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><span><code>camelContext</code><br clear="none"></span></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.CamelContext</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The Camel Context.</p></td></tr><tr><td colspan="
 1" rowspan="1" class="confluenceTd"><p><code>context</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.CamelContext</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The Camel Context (cannot be used in groovy).</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>exchange</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.Exchange</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The current Exchange.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>properties</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.builder.script.PropertiesFunction</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.9:</strong> Function with a <strong><code>resolve</code></strong> method to make it easier to use Camels <a shape="rect" href="properties.html">Properties</a> comp
 onent from scripts. See further below for example.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>request</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.Message</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The&#160;<strong><code>IN</code></strong> message.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>response</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.Message</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Deprecated</strong>: The&#160;<strong><code>OUT</code></strong> message. The&#160;<strong><code>OUT</code></strong> message is&#160;<strong><code>null</code></strong> by default. Use the <strong><code>IN</code></strong> message instead.</p></td></tr></tbody></table></div><p>See <a shape="rect" href="scripting-languages.html">Scripting Languages</a> for the list of languages with explicit
  DSL support.</p><h3 id="Groovy-PassingAdditionalArgumentstotheScriptingEngine">Passing Additional Arguments to the&#160;<code>ScriptingEngine</code></h3><p><strong>Available from Camel 2.8</strong></p><p>You can provide additional arguments to the <strong><code>ScriptingEngine</code></strong> using a header on the Camel message with the key <strong><code>CamelScriptArguments</code></strong>.</p><p>Example:</p><div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p></p><h3 id="Groovy-ScriptContextOptions"><code>ScriptContext</code> Options</h3><p>&#160;</p><p>The&#160;<code>JSR-223</code> scripting language's&#160;<strong><code>ScriptContext</code></strong> is pre-configured with the following attributes all set at <strong><code>ENGINE_SCOPE</code></strong>.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Attribute</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Value</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><span><code>camelContext</code><br clear="none"></span></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.CamelContext</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The Camel Context.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>context</code></p></td><td colspan="1" 
 rowspan="1" class="confluenceTd"><p><code>org.apache.camel.CamelContext</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The Camel Context (cannot be used in groovy).</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>exchange</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.Exchange</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The current Exchange.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>properties</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.builder.script.PropertiesFunction</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 2.9:</strong> Function with a <strong><code>resolve</code></strong> method to make it easier to use Camels <a shape="rect" href="properties.html">Properties</a> component from scripts. See further below for example.</p></td></tr><tr><td colspan="1" 
 rowspan="1" class="confluenceTd"><p><code>request</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.Message</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The&#160;<strong><code>IN</code></strong> message.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>response</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>org.apache.camel.Message</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>Deprecated</strong>: The&#160;<strong><code>OUT</code></strong> message. The&#160;<strong><code>OUT</code></strong> message is&#160;<strong><code>null</code></strong> by default. Use the <strong><code>IN</code></strong> message instead.</p></td></tr></tbody></table></div><p>See <a shape="rect" href="scripting-languages.html">Scripting Languages</a> for the list of languages with explicit DSL support.</p><h3 id="Groovy-PassingAdditionalArgumentstotheScriptingEngine">Pass
 ing Additional Arguments to the&#160;<code>ScriptingEngine</code></h3><p><strong>Available from Camel 2.8</strong></p><p>You can provide additional arguments to the <strong><code>ScriptingEngine</code></strong> using a header on the Camel message with the key <strong><code>CamelScriptArguments</code></strong>.</p><p>Example:</p><div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">public void testArgumentsExample() throws Exception {
     getMockEndpoint("mock:result").expectedMessageCount(0);
     getMockEndpoint("mock:unmatched").expectedMessageCount(1);
@@ -146,7 +146,7 @@ from("queue:foo").filter(groovy("request
  &lt;artifactId&gt;camel-script&lt;/artifactId&gt;
  &lt;version&gt;x.x.x&lt;/version&gt;
 &lt;/dependency&gt;</pre>
-</div></div></div></div>
+</div></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/gtask.html
==============================================================================
--- websites/production/camel/content/gtask.html (original)
+++ websites/production/camel/content/gtask.html Wed Oct 17 09:28:08 2018
@@ -168,8 +168,8 @@ from(gtask:default) // receive message f
 </pre>
 </div></div>
 
-<div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="gtask-SeeAlso">See Also</h3>
-<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div>
+<h3 id="gtask-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul>
 <ul class="alternate"><li><a shape="rect" href="http.html">Http component</a></li><li><a shape="rect" href="servlet.html">Servlet component</a></li></ul></div>
         </td>
         <td valign="top">

Modified: websites/production/camel/content/guaranteed-delivery.html
==============================================================================
--- websites/production/camel/content/guaranteed-delivery.html (original)
+++ websites/production/camel/content/guaranteed-delivery.html Wed Oct 17 09:28:08 2018
@@ -96,9 +96,9 @@
 	&lt;from uri="direct:start"/&gt;
 	&lt;to uri="jms:queue:foo"/&gt;
 &lt;/route&gt;</pre>
-</div></div><p></p><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h4 id="GuaranteedDelivery-UsingThisPattern">Using This Pattern</h4>
+</div></div><p></p><h4 id="GuaranteedDelivery-UsingThisPattern">Using This Pattern</h4>
 
-<p>If you would like to use this EIP Pattern then please read the <a shape="rect" href="getting-started.html">Getting Started</a>, you may also find the <a shape="rect" href="architecture.html">Architecture</a> useful particularly the description of <a shape="rect" href="endpoint.html">Endpoint</a> and <a shape="rect" href="uris.html">URIs</a>. Then you could try out some of the <a shape="rect" href="examples.html">Examples</a> first before trying this pattern out.</p></div></div>
+<p>If you would like to use this EIP Pattern then please read the <a shape="rect" href="getting-started.html">Getting Started</a>, you may also find the <a shape="rect" href="architecture.html">Architecture</a> useful particularly the description of <a shape="rect" href="endpoint.html">Endpoint</a> and <a shape="rect" href="uris.html">URIs</a>. Then you could try out some of the <a shape="rect" href="examples.html">Examples</a> first before trying this pattern out.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/hibernate.html
==============================================================================
--- websites/production/camel/content/hibernate.html (original)
+++ websites/production/camel/content/hibernate.html Wed Oct 17 09:28:08 2018
@@ -129,8 +129,8 @@ hibernate:[entityClassName][?options]
 
 
 
-<div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h3 id="Hibernate-SeeAlso">See Also</h3>
-<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul></div>
+<h3 id="Hibernate-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul>
 <ul class="alternate"><li><a shape="rect" href="hibernate-example.html">Hibernate Example</a></li></ul></div>
         </td>
         <td valign="top">

Modified: websites/production/camel/content/how-can-i-get-help.html
==============================================================================
--- websites/production/camel/content/how-can-i-get-help.html (original)
+++ websites/production/camel/content/how-can-i-get-help.html Wed Oct 17 09:28:08 2018
@@ -78,7 +78,7 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><div class="conf-macro output-block" data-hasbody="false" data-macro-name="include"><h2 id="HowcanIgethelp-GettingHelp">Getting Help</h2><p>If you are experiencing problems using Camel then please report your problem to our mailing list. This allows the entire community to help with your problem. If indeed a bug has been identified in the Camel software, then document the problem in our <a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/CAMEL">Issue Tracker</a>. Please refrain from immediately opening a ticket in the issue tracker unless you are certain it's a problem in the Camel software. If you are in doubt, we appreciate asking the <a shape="rect" class="external-link" href="http://camel.apache.org/mailing-lists.html">mailing list</a>, <a shape="rect" class="external-link" href="http://camel.apache.org/irc-room.html">IRC chat</a>, or <a shape="rect" class="external-link" href="https://gitter.im/apache/apache-cam
 el" rel="nofollow">Gitter chat</a> first.</p><div class="confluence-information-macro confluence-information-macro-tip conf-macro output-block" data-hasbody="true" data-macro-name="tip"><span class="aui-icon aui-icon-small aui-iconfont-approve confluence-information-macro-icon"> </span><div class="confluence-information-macro-body"><p>Please read the section below (<em>How to get help</em>), and follow the bullets advised there first.</p></div></div><div class="confluence-information-macro confluence-information-macro-information conf-macro output-block" data-hasbody="true" data-macro-name="info"><p class="title">Reporting bugs - Please read this first</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> </span><div class="confluence-information-macro-body"><p>We prefer people to get in touch first using the <a shape="rect" class="external-link" href="http://camel.apache.org/mailing-lists.html">mailing list</a>, <a shape="rect" class="externa
 l-link" href="http://camel.apache.org/irc-room.html">IRC chat</a> or <a shape="rect" class="external-link" href="https://gitter.im/apache/apache-camel" rel="nofollow">Gitter chat</a>. Or take time to read FAQs, or search in the mailing list archives to find answers.<br clear="none"> Unfortunately some people create a JIRA ticket as first thing. Please don't do that! Only if you are sure it really is a bug etc. JIRA tickets create noise<br clear="none"> for the Camel team to react on issues that are not bugs. But already covered in FAQs, in the mailing lists etc. Or in the existing documentation.<br clear="none"> Also on the mailing lists there is more people active to help you better.</p></div></div><ul><li><a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/CAMEL">Issue Tracker</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="HowcanIgethelp-Alternativediscussionforums">Alternative discussion forums</h3><p>There's a number of sites ou
 tside Apache that offer discussion forums on Camel. For example, <a shape="rect" class="external-link" href="http://stackoverflow.com/" rel="nofollow">Stack Overflow</a> is a popular Q&#160;&amp;&#160;A site with a <a shape="rect" class="external-link" href="http://stackoverflow.com/questions/tagged/apache-camel" rel="nofollow">dedicated Apache Camel forum</a>. You are also likely to find helpful discussions on technical blogs, on <a shape="rect" class="external-link" href="https://www.google.com/search?q=apache+camel" rel="nofollow">Google</a>, or even on <a shape="rect" class="external-link" href="https://twitter.com/#!/search/apache%20camel" rel="nofollow">Twitter</a>.</p><h3 id="HowcanIgethelp-Usingdeprecatedcomponents">Using deprecated components</h3><p>Deprecated components are <strong>not</strong>&#160;supported and issues such as bugs may not be fixed. We encourage users to migrate away from using any deprecated component. A list of deprecated components is listed on the git
 hub page at:&#160;<a shape="rect" class="external-link" href="https://github.com/apache/camel/tree/master/components#components" rel="nofollow">https://github.com/apache/camel/tree/master/components#components</a></p><h3 id="HowcanIgethelp-Howtogethelp">How to get help</h3><p>Before you report a problem, you may wish to read the <a shape="rect" href="faq.html">FAQ</a>. <br clear="none"> When you report an issue, please be sure to include as much information as possible. The more we know, the easier it is to reach an effective solution quickly.</p><div class="confluence-information-macro confluence-information-macro-note conf-macro output-block" data-hasbody="true" data-macro-name="note"><p class="title">What version do you use</p><span class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"> </span><div class="confluence-information-macro-body"><p>What version of Camel do you use! Remember to include this information.</p></div></div><ul><li><strong>wha
 t are the version numbers of involved software components?</strong> (this is very important to detail)</li><li>what platform and JDK?</li><li>any particular container being used? and if so, what version?</li><li>stack traces generally really help! (<strong>Remember to post which version of Camel you use, this is important to know when posting stacktraces</strong>) If in doubt, include the whole thing; often exceptions get wrapped in other exceptions and the exception right near the bottom explains the actual error, not the first few lines at the top. It's very easy for us to skim-read past unnecessary parts of a stack trace.</li><li>log output can be useful too; sometimes <a shape="rect" href="how-do-i-change-the-logging.html">enabling DEBUG logging</a> can help</li><li>your code &amp; configuration files are often useful</li><li>did it work before? what have you changed to break it?</li><li>try upgrading to the latest release and see if it's fixed there</li><li>try the latest SNAPS
 HOT to see if it's fixed in the pre-release</li><li>search the user forum to see if has been discussed before</li><li>see the "known issues" section in the release notes</li><li>and check the <a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/CAMEL">issue tracker</a> to see if the issue has already been reported</li><li>do <strong>not</strong> send private emails to Camel <a shape="rect" href="team.html">Team</a> members to ask them to help you faster, or in the private only. Help on Apache Camel is volunteer based and <strong>must</strong> happen in the <strong>open</strong> on the public <a shape="rect" href="mailing-lists.html">Mailing Lists</a>.&#160;If you want to get help faster or in private, then see further below.</li></ul><h3 id="HowcanIgethelp-Howtogethelpfaster">How to get help faster</h3><p>We can help you much quicker if you try the following</p><ul><li>provide us with a JUnit test case that demonstrates your issue. e.g. if you think you'v
 e found a bug, can you create a test case to demonstrate the bug?</li><li><a shape="rect" class="external-link" href="http://camel.apache.org/contributing.html">submit a patch</a> fixing the bug! (We also buy you beer when we meet you if you submit bug fixes <img class="emoticon emoticon-smile" src="https://cwiki.apache.org/confluence/s/en_GB/7701/d7b403a44466e5e8970db7530201039d865e79e1/_/images/icons/emoticons/smile.svg" data-emoticon-name="smile" alt="(smile)"> )</li><li>for memory leak or performance related issues, if you can run a profiler on your test case and attach the output as a file (or zipped file if it's huge) to the JIRA we can normally fix things much faster. e.g. you could run <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jmap.html" rel="nofollow">jmap</a>/<a shape="rect" class="external-link" href="http://java.sun.com/javase/6/docs/technotes/tools/share/jhat.html" rel="nofollow">jhat</a>, JProfiler or YourKit on your
  code and send us the output. To find memory leaks it's quicker to resolve if you can tell us what classes are taking up all of the RAM; we can normally figure out what's wrong from that.</li></ul><h2 id="HowcanIgethelp-CommercialSupport">Commercial Support</h2><p>This is an open source project, so the amount of time we have available to help resolve your issue is often limited as all help is provided on a volunteer basis. If you want to get priority help, need to get up to speed quickly, require some training or mentoring, or need full 24 x 7 production support you could contact one of the following companies with <a shape="rect" href="commercial-camel-offerings.html">Commercial Camel Offerings</a>.</p></div></div>
+<div class="wiki-content maincontent"><h2 id="HowcanIgethelp-GettingHelp">Getting Help</h2><p>If you are experiencing problems using Camel then please report your problem to our mailing list. This allows the entire community to help with your problem. If indeed a bug has been identified in the Camel software, then document the problem in our <a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/CAMEL">Issue Tracker</a>. Please refrain from immediately opening a ticket in the issue tracker unless you are certain it's a problem in the Camel software. If you are in doubt, we appreciate asking the <a shape="rect" class="external-link" href="http://camel.apache.org/mailing-lists.html">mailing list</a>, <a shape="rect" class="external-link" href="http://camel.apache.org/irc-room.html">IRC chat</a>, or <a shape="rect" class="external-link" href="https://gitter.im/apache/apache-camel" rel="nofollow">Gitter chat</a> first.</p><div class="confluence-information-macr
 o confluence-information-macro-tip conf-macro output-block" data-hasbody="true" data-macro-name="tip"><span class="aui-icon aui-icon-small aui-iconfont-approve confluence-information-macro-icon"> </span><div class="confluence-information-macro-body"><p>Please read the section below (<em>How to get help</em>), and follow the bullets advised there first.</p></div></div><div class="confluence-information-macro confluence-information-macro-information conf-macro output-block" data-hasbody="true" data-macro-name="info"><p class="title">Reporting bugs - Please read this first</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> </span><div class="confluence-information-macro-body"><p>We prefer people to get in touch first using the <a shape="rect" class="external-link" href="http://camel.apache.org/mailing-lists.html">mailing list</a>, <a shape="rect" class="external-link" href="http://camel.apache.org/irc-room.html">IRC chat</a> or <a shape="rect"
  class="external-link" href="https://gitter.im/apache/apache-camel" rel="nofollow">Gitter chat</a>. Or take time to read FAQs, or search in the mailing list archives to find answers.<br clear="none"> Unfortunately some people create a JIRA ticket as first thing. Please don't do that! Only if you are sure it really is a bug etc. JIRA tickets create noise<br clear="none"> for the Camel team to react on issues that are not bugs. But already covered in FAQs, in the mailing lists etc. Or in the existing documentation.<br clear="none"> Also on the mailing lists there is more people active to help you better.</p></div></div><ul><li><a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/CAMEL">Issue Tracker</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="HowcanIgethelp-Alternativediscussionforums">Alternative discussion forums</h3><p>There's a number of sites outside Apache that offer discussion forums on Camel. For example, <a shape="rect" cla
 ss="external-link" href="http://stackoverflow.com/" rel="nofollow">Stack Overflow</a> is a popular Q&#160;&amp;&#160;A site with a <a shape="rect" class="external-link" href="http://stackoverflow.com/questions/tagged/apache-camel" rel="nofollow">dedicated Apache Camel forum</a>. You are also likely to find helpful discussions on technical blogs, on <a shape="rect" class="external-link" href="https://www.google.com/search?q=apache+camel" rel="nofollow">Google</a>, or even on <a shape="rect" class="external-link" href="https://twitter.com/#!/search/apache%20camel" rel="nofollow">Twitter</a>.</p><h3 id="HowcanIgethelp-Usingdeprecatedcomponents">Using deprecated components</h3><p>Deprecated components are <strong>not</strong>&#160;supported and issues such as bugs may not be fixed. We encourage users to migrate away from using any deprecated component. A list of deprecated components is listed on the github page at:&#160;<a shape="rect" class="external-link" href="https://github.com/apa
 che/camel/tree/master/components#components" rel="nofollow">https://github.com/apache/camel/tree/master/components#components</a></p><h3 id="HowcanIgethelp-Howtogethelp">How to get help</h3><p>Before you report a problem, you may wish to read the <a shape="rect" href="faq.html">FAQ</a>. <br clear="none"> When you report an issue, please be sure to include as much information as possible. The more we know, the easier it is to reach an effective solution quickly.</p><div class="confluence-information-macro confluence-information-macro-note conf-macro output-block" data-hasbody="true" data-macro-name="note"><p class="title">What version do you use</p><span class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"> </span><div class="confluence-information-macro-body"><p>What version of Camel do you use! Remember to include this information.</p></div></div><ul><li><strong>what are the version numbers of involved software components?</strong> (this is very im
 portant to detail)</li><li>what platform and JDK?</li><li>any particular container being used? and if so, what version?</li><li>stack traces generally really help! (<strong>Remember to post which version of Camel you use, this is important to know when posting stacktraces</strong>) If in doubt, include the whole thing; often exceptions get wrapped in other exceptions and the exception right near the bottom explains the actual error, not the first few lines at the top. It's very easy for us to skim-read past unnecessary parts of a stack trace.</li><li>log output can be useful too; sometimes <a shape="rect" href="how-do-i-change-the-logging.html">enabling DEBUG logging</a> can help</li><li>your code &amp; configuration files are often useful</li><li>did it work before? what have you changed to break it?</li><li>try upgrading to the latest release and see if it's fixed there</li><li>try the latest SNAPSHOT to see if it's fixed in the pre-release</li><li>search the user forum to see if 
 has been discussed before</li><li>see the "known issues" section in the release notes</li><li>and check the <a shape="rect" class="external-link" href="http://issues.apache.org/jira/browse/CAMEL">issue tracker</a> to see if the issue has already been reported</li><li>do <strong>not</strong> send private emails to Camel <a shape="rect" href="team.html">Team</a> members to ask them to help you faster, or in the private only. Help on Apache Camel is volunteer based and <strong>must</strong> happen in the <strong>open</strong> on the public <a shape="rect" href="mailing-lists.html">Mailing Lists</a>.&#160;If you want to get help faster or in private, then see further below.</li></ul><h3 id="HowcanIgethelp-Howtogethelpfaster">How to get help faster</h3><p>We can help you much quicker if you try the following</p><ul><li>provide us with a JUnit test case that demonstrates your issue. e.g. if you think you've found a bug, can you create a test case to demonstrate the bug?</li><li><a shape="
 rect" class="external-link" href="http://camel.apache.org/contributing.html">submit a patch</a> fixing the bug! (We also buy you beer when we meet you if you submit bug fixes <img class="emoticon emoticon-smile" src="https://cwiki.apache.org/confluence/s/en_GB/7701/d7b403a44466e5e8970db7530201039d865e79e1/_/images/icons/emoticons/smile.svg" data-emoticon-name="smile" alt="(smile)"> )</li><li>for memory leak or performance related issues, if you can run a profiler on your test case and attach the output as a file (or zipped file if it's huge) to the JIRA we can normally fix things much faster. e.g. you could run <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jmap.html" rel="nofollow">jmap</a>/<a shape="rect" class="external-link" href="http://java.sun.com/javase/6/docs/technotes/tools/share/jhat.html" rel="nofollow">jhat</a>, JProfiler or YourKit on your code and send us the output. To find memory leaks it's quicker to resolve if you ca
 n tell us what classes are taking up all of the RAM; we can normally figure out what's wrong from that.</li></ul><h2 id="HowcanIgethelp-CommercialSupport">Commercial Support</h2><p>This is an open source project, so the amount of time we have available to help resolve your issue is often limited as all help is provided on a volunteer basis. If you want to get priority help, need to get up to speed quickly, require some training or mentoring, or need full 24 x 7 production support you could contact one of the following companies with <a shape="rect" href="commercial-camel-offerings.html">Commercial Camel Offerings</a>.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">