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 2017/07/31 11:20:25 UTC

svn commit: r1016203 - in /websites/production/camel/content: cache/main.pageCache karaf.html

Author: buildbot
Date: Mon Jul 31 11:20:24 2017
New Revision: 1016203

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/karaf.html

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

Modified: websites/production/camel/content/karaf.html
==============================================================================
--- websites/production/camel/content/karaf.html (original)
+++ websites/production/camel/content/karaf.html Mon Jul 31 11:20:24 2017
@@ -84,11 +84,8 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 id="Karaf-KarafSupport">Karaf Support</h2><p>Apache Camel is designed to work nicely into <a shape="rect" class="external-link" href="http://karaf.apache.org">Apache Karaf</a> OSGi container.</p><p>It includes:</p><ul><li>Camel features descriptor allowing to easily and quickly install Camel in Karaf.</li><li>Karaf commands allowing you to view, start, stop, get info, about the Camel contexts and routes running in the Karaf instance.<br clear="none"> <strong>NB: Karaf commands are available starting with Camel 2.8.0</strong>, and the commands was renamed in Camel 2.9.0.</li></ul><p>Here are the versions that are compatible.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Camel Version</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Karaf Version</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.2.0</p></td><td colspan="1" rowspan="1" cla
 ss="confluenceTd"><p>1.2.0</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.3.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>1.3.0</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.4.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>1.4.0</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.5.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.1.0</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.7.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.2.0</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.7.2</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.2.2</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.8.2</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.2.4</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.9.0</p></td><td colspan="1" rowspan="1" class="conflu
 enceTd"><p>2.2.5</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.10.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.2.8</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.11.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.3.1</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>2.12.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.3.2</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">2.13.0</td><td colspan="1" rowspan="1" class="confluenceTd">2.3.3</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">2.14.0</td><td colspan="1" rowspan="1" class="confluenceTd">2.3.7</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">2.15.0</td><td colspan="1" rowspan="1" class="confluenceTd">2.4.0</td></tr></tbody></table></div><h2 id="Karaf-PreparingKarafforCamel">Preparing Karaf for Camel</h2><p>Camel uses several bundles to provide low level package, such as
  javax.annotation or javax.xml.bind.</p><p>Due to that, we mustn't use the default system package coming from the JDK. It means that we need to "exclude" some packages from system packages in order to use packages provided by tiers bundles.</p><p>Camel provides a ready to use config.properties file that you can download:</p><p><a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/camel/tags/camel-2.7.2/platforms/karaf/features/src/main/resources/config.properties">http://svn.apache.org/repos/asf/camel/tags/camel-2.7.2/platforms/karaf/features/src/main/resources/config.properties</a></p><p>This file has to be copied into Karaf etc folder.</p><div class="confluence-information-macro confluence-information-macro-information"><p class="title">Karaf 2.2.5 or newer</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>Notice that Karaf 2.2.5 now provides an extra configura
 tion file that has been configured to work with Camel and CXF, so its recommended to use this file if you use Karaf 2.2.5 or newer. You can prepare Karaf by copying the etc/jre.properties.cxf and override the existing etc/jre.properties file.</p></div></div><h2 id="Karaf-InstallCamelinKaraf">Install Camel in Karaf</h2><p>Assuming that you have a running Karaf instance, you can register the Camel features descriptor:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; features:addurl mvn:org.apache.camel.karaf/apache-camel/2.8.2/xml/features
-]]></script>
-</div></div><p>From Karaf 2.2.6 onwards this has been simplified as there is a new <code>features:chooseurl</code> command that is pre-setup for Camel</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; features:chooseurl camel 2.9.1
+<div class="wiki-content maincontent"><p>&#160;</p><p>Karaf Support</p><p>Apache Camel is designed to work nicely inside&#160;<a shape="rect" class="external-link" href="http://karaf.apache.org">Apache Karaf</a> OSGi container.</p><p>It includes:</p><ul><li>Camel features descriptor allowing to easily and quickly install Camel in Karaf.</li><li>Karaf commands allowing you to view, start, stop, get info, about the Camel contexts and routes running in the Karaf instance.</li></ul><p>It is recommended to use at least Apache Karaf 4.x with current Camel versions.</p><p>&#160;</p><h2 id="Karaf-InstallCamelinKaraf">Install Camel in Karaf</h2><p>Assuming that you have a running Karaf instance, you can register the Camel features descriptor:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; feature:repo-add camel 2.18.4
 ]]></script>
 </div></div><p>Now, we have all Camel features available:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; features:list|grep -i camel
@@ -98,32 +95,15 @@
 [uninstalled] [2.8.0          ] camel-blueprint               repo-0
 [uninstalled] [2.8.0          ] camel-test                    repo-0
 [uninstalled] [2.8.0          ] camel-cxf                     repo-0
-[uninstalled] [2.8.0          ] camel-cache                   repo-0
-[uninstalled] [2.8.0          ] camel-castor                  repo-0
-[uninstalled] [2.8.0          ] camel-crypto                  repo-0
-[uninstalled] [2.8.0          ] camel-http                    repo-0
-[uninstalled] [2.8.0          ] camel-http4                   repo-0
-[uninstalled] [2.8.0          ] camel-mina                    repo-0
-[uninstalled] [2.8.0          ] camel-jetty                   repo-0
-[uninstalled] [2.8.0          ] camel-servlet                 repo-0
-[uninstalled] [2.8.0          ] camel-jms                     repo-0
 ...
 ]]></script>
-</div></div><p>To install Camel, just install the camel feature:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; features:install camel
-]]></script>
-</div></div><p>You have to install the Camel features depending of your requirements.</p><p>For instance, if you want to use blueprint as Camel DSL, you have to install the camel-blueprint feature:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p>It is a good start to at least install camel-blueprint</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; features:install camel-blueprint
 ]]></script>
-</div></div><p>If, if your route, you use an endpoint like "stream:out", you have to install the camel-stream feature:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p>You might need other features depending on what components you use in your routes. So for example if you use stream:out then you need the camel-stream feature.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; features:install camel-stream
 ]]></script>
-</div></div><h2 id="Karaf-Karafcommands">Karaf commands</h2><p>When you install the camel feature, new Karaf commands become available automatically.</p><h3 id="Karaf-KarafcommandsinCamel2.8.x">Karaf commands in Camel 2.8.x</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Command</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:list-contexts</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Lists the camel contexts available in the current Karaf instance</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:list-routes</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Displays the list of Camel routes available in the current Karaf instance</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:info-context</stron
 g></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Displays detail information about a given Camel context</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:start-context</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Starts the given Camel context</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:stop-context</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Stops the given Camel context</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:info-route</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Provides detail information about a Camel route</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:show-route</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Renders the route in XML</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:star
 t-route</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Starts the given route.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:stop-route</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Stops the given route.</p></td></tr></tbody></table></div><h3 id="Karaf-KarafcommandsinCamel2.9onwards">Karaf commands in Camel 2.9 onwards</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Command</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-list</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Lists the camel contexts available in the current Karaf instance</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-info</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"
 ><p>Displays detail information about a given Camel context</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-start</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Starts the given Camel context</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-stop</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Stops the given Camel context (it becomes unavailable and it can't be started afterwards)</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-list</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Displays the list of Camel routes available in the current Karaf instance</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-info</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Provides detail information about a Camel route</p></td></tr><tr><td colspan="1" rows
 pan="1" class="confluenceTd"><p><strong>camel:route-show</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Renders the route in XML</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-start</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Starts the given route. From Camel <strong>2.10</strong> onwards you can use * as wildcard to match multiple routes.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-stop</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Stops the given route. From Camel <strong>2.10</strong> onwards you can use * as wildcard to match multiple routes.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-suspend</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Suspends the given route. From Camel <strong>2.10</strong> onwards you can use * as wildcard to match multiple routes.</
 p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-resume</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Resumes the given route. From Camel <strong>2.10</strong> onwards you can use * as wildcard to match multiple routes.</p></td></tr></tbody></table></div><h3 id="Karaf-KarafcommandsinCamel2.10onwards">Karaf commands in Camel 2.10 onwards</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Command</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:endpoint-list</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Lists endpoints fromm all camel contexts available in the current Karaf instance</p></td></tr></tbody></table></div><h3 id="Karaf-KarafcommandsinCamel2.11onwards">Karaf commands in Camel 2.11 onwards</h3><div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Command</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-profile</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>To profile route(s)</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-reset-stats</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>To reset performance stats on the given route(s)</p></td></tr></tbody></table></div><h3 id="Karaf-KarafcommandsinCamel2.12.4onwards">Karaf commands in Camel 2.12.4 onwards</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Command</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-su
 spend</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Suspends the given Camel context</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-resume</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Resumes the given Camel context</p></td></tr></tbody></table></div><h3 id="Karaf-camel:context-list">camel:context-list</h3><p>The *<strong>camel:context-list</strong>* command displays the list of CamelContext available in the current Karaf instance:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:context-list
-Name                 Status               Uptime
-[66-camel-3        ] [Started           ] [14.559 seconds    ]
-]]></script>
-</div></div><p>It displays the context name/ID (used in others commands), the current status (started/stopped), the uptime (since when the context has been started).</p><h3 id="Karaf-camel:route-list">camel:route-list</h3><p>The *<strong>camel:route-list</strong>* command displays the list of Camel routes available in the current Karaf instance:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h2 id="Karaf-Karafcommands">Karaf commands</h2><p>The camel commands below help managing your integrations. In many cases the commands support tab completion for context and route names.</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Command</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-list</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Lists the camel contexts available in the current Karaf instance</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-info</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Displays detail information about a given Camel context</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-start</strong></p></td><td colspan="1" rowspan="1" cla
 ss="confluenceTd"><p>Starts the given Camel context</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-stop</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Stops the given Camel context (it becomes unavailable and it can't be started afterwards)</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-list</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Displays the list of Camel routes available in the current Karaf instance</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-info</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Provides detail information about a Camel route</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-show</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Renders the route in XML</p></td></tr><tr><td colspan="1" rowspan="1" class="co
 nfluenceTd"><p><strong>camel:route-start</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Starts the given route. From Camel <strong>2.10</strong> onwards you can use * as wildcard to match multiple routes.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-stop</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Stops the given route. From Camel <strong>2.10</strong> onwards you can use * as wildcard to match multiple routes.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-suspend</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Suspends the given route. From Camel <strong>2.10</strong> onwards you can use * as wildcard to match multiple routes.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-resume</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Resumes the given route. From Camel <stro
 ng>2.10</strong> onwards you can use * as wildcard to match multiple routes.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:endpoint-list</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Lists endpoints fromm all camel contexts available in the current Karaf instance</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-profile</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>To profile route(s)</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:route-reset-stats</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>To reset performance stats on the given route(s)</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><strong>camel:context-suspend</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Suspends the given Camel context</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><
 p><strong>camel:context-resume</strong></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Resumes the given Camel context</p></td></tr></tbody></table></div><p>&#160;</p><h3 id="Karaf-camel:route-list">camel:route-list</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:route-list
 [route1              ]
 ]]></script>
@@ -131,7 +111,7 @@ Name                 Status
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:route-list 66-camel-3
 [route1              ]
 ]]></script>
-</div></div><p><em>Tip: use the TAB key to completion on the CamelContext ID.</em></p><h3 id="Karaf-camel:info-context">camel:info-context</h3><p>The *<strong>camel:context-info</strong>* command displays detail information about a given CamelContext:</p><p>add the *<strong>--verbose</strong>* option (following the context name) to also list the endpoints</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p><em>Tip: use the TAB key to completion on the CamelContext ID.</em></p><h3 id="Karaf-camel:context-info">camel:context-info</h3><p>Displays detailed information about a given CamelContext:</p><p>add the *<strong>--verbose</strong>* option (following the context name) to also list the endpoints</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:context-info 66-camel-3
 Camel Context 66-camel-3
         Name: 66-camel-3
@@ -162,13 +142,7 @@ Routes
 Used Languages
 
 ]]></script>
-</div></div><p>You can see the current Camel version used by the CamelContext, some context attributes, the components involved in the context, and the endpoints defined.</p><p><em>Tip: use TAB key for completion on the CamelContext name.</em></p><h3 id="Karaf-camel:context-start">camel:context-start</h3><p>The *<strong>camel:context-start</strong>* command starts a given CamelContext:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:context-start 66-camel-3
-]]></script>
-</div></div><p><em>Tip: use TAB key for completion on the CamelContext name.</em></p><h3 id="Karaf-camel:context-stop">camel:context-stop</h3><p>The *<strong>camel:context-stop</strong>* command stops a given CamelContext. After stopping the context it becomes unavailable and cannot be started again.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; karaf@root&gt; camel:context-stop 66-camel-3
-]]></script>
-</div></div><p><em>Tip: use TAB key for completion on the CamelContext name.</em></p><h3 id="Karaf-camel:route-info">camel:route-info</h3><p>The *<strong>camel:route-info</strong>* command provides detail information about a Camel route:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p>You can see the current Camel version used by the CamelContext, some context attributes, the components involved in the context, and the endpoints defined.</p><p><em>Tip: use TAB key for completion on the CamelContext name.</em></p><h3 id="Karaf-camel:route-info">camel:route-info</h3><p>The *<strong>camel:route-info</strong>* command provides detail information about a Camel route:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:route-info route1
 Camel Route route1
         Camel Context: 66-camel-3
@@ -204,31 +178,19 @@ Definition
     &lt;to uri=&quot;log:test&quot; id=&quot;to1&quot;/&gt;
 &lt;/route&gt;
 ]]></script>
-</div></div><p><em>Tip: use TAB key for completion on the route name.</em></p><h3 id="Karaf-camel:route-start">camel:route-start</h3><p>The *<strong>camel:route-start</strong>* command starts a Camel route:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:route-start route1
-]]></script>
-</div></div><p><em>Tip: use TAB key for completion on the route name.</em></p><h3 id="Karaf-camel:route-stop">camel:route-stop</h3><p>The *<strong>camel:route-stop</strong>* command stops a Camel route:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:route-stop route1
-]]></script>
-</div></div><h4 id="Karaf-Camel2.9ornewer:">Camel 2.9 or newer:</h4><h3 id="Karaf-camel:route-suspend">camel:route-suspend</h3><p>The *<strong>camel:route-suspend</strong>* command suspends a Camel route:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p><em>Tip: use TAB key for completion on the route name.</em></p><h3 id="Karaf-camel:route-suspend">camel:route-suspend</h3><p>The *<strong>camel:route-suspend</strong>* command suspends a Camel route:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:route-suspend route1
 ]]></script>
 </div></div><p><em>Tip: use TAB key for completion on the route name.</em></p><h3 id="Karaf-camel:route-resume">camel:route-resume</h3><p>The *<strong>camel:route-resume</strong>* command resume a Camel route:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:route-resume route1
 ]]></script>
-</div></div><p><em>Tip: use TAB key for completion on the route name.</em></p><h4 id="Karaf-Camel2.10ornewer:">Camel 2.10 or newer:</h4><h3 id="Karaf-camel:endpoint-list">camel:endpoint-list</h3><p>The *<strong>camel:endpoint-list</strong>* command displays the list of the endpoints available in all camel contexts of the current Karaf instance:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p><em>Tip: use TAB key for completion on the route name.</em></p><h4 id="Karaf-camel:endpoint-list">camel:endpoint-list</h4><p>The *<strong>camel:endpoint-list</strong>* command displays the list of the endpoints available in all camel contexts of the current Karaf instance:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; camel:endpoint-list 
 camel-id             uri                  Status              
 [test              ] [timer://test      ] [Started           ]
 [test              ] [direct://A        ] [Started           ]
 ]]></script>
-</div></div><p>It displays the context name/ID (used in others commands), the URI of the endpoint and the current status (started/stopped).</p><h4 id="Karaf-Camel2.12.4ornewer:">Camel 2.12.4 or newer:</h4><h3 id="Karaf-camel:context-suspend">camel:context-suspend</h3><p>The *<strong>camel:context-suspend</strong>* command suspends a given CamelContext. It then may be resumed again.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; karaf@root&gt; camel:context-suspend 66-camel-3
-]]></script>
-</div></div><p><em>Tip: use TAB key for completion on the CamelContext name.</em></p><h3 id="Karaf-camel:context-resume">camel:context-resume</h3><p>The *<strong>camel:context-resume</strong>* command resumes a given CamelContext. After that it returns to the <em>started</em> state.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[karaf@root&gt; karaf@root&gt; camel:context-resume 66-camel-3
-]]></script>
-</div></div><p><em>Tip: use TAB key for completion on the CamelContext name.</em></p></div>
+</div></div><p>It displays the context name/ID (used in others commands), the URI of the endpoint and the current status (started/stopped).</p><p>&#160;</p></div>
         </td>
         <td valign="top">
           <div class="navigation">