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 2012/11/17 07:18:07 UTC

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

Author: buildbot
Date: Sat Nov 17 06:18:06 2012
New Revision: 838666

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 Sat Nov 17 06:18:06 2012
@@ -197,13 +197,13 @@ karaf@root> features:install camel-st
 
 
 
-<h3><a shape="rect" name="Karaf-camel%3Alistcontexts"></a>camel:list-contexts</h3>
+<h3><a shape="rect" name="Karaf-camel%3Acontextlist"></a>camel:context-list</h3>
 
-<p>The *<b>camel:list-contexts</b>* command displays the list of CamelContext available in the current Karaf instance:</p>
+<p>The *<b>camel:context-list</b>* command displays the list of CamelContext available in the current Karaf instance:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-karaf@root&gt; camel:list-contexts
+karaf@root&gt; camel:context-list
 Name                 Status               Uptime
 [66-camel-3        ] [Started           ] [14.559 seconds    ]
 </pre>
@@ -211,13 +211,13 @@ Name                 Status             
 
 <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><a shape="rect" name="Karaf-camel%3Alistroutes"></a>camel:list-routes</h3>
+<h3><a shape="rect" name="Karaf-camel%3Aroutelist"></a>camel:route-list</h3>
 
-<p>The *<b>camel:list-routes</b>* command displays the list of Camel routes available in the current Karaf instance:</p>
+<p>The *<b>camel:route-list</b>* command displays the list of Camel routes available in the current Karaf instance:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-karaf@root&gt; camel:list-routes
+karaf@root&gt; camel:route-list
 [route1              ]
 </pre>
 </div></div>
@@ -226,7 +226,7 @@ karaf@root&gt; camel:list-routes
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-karaf@root&gt; camel:list-routes 66-camel-3
+karaf@root&gt; camel:route-list 66-camel-3
 [route1              ]
 </pre>
 </div></div>
@@ -235,11 +235,13 @@ karaf@root&gt; camel:list-routes 66-came
 
 <h3><a shape="rect" name="Karaf-camel%3Ainfocontext"></a>camel:info-context</h3>
 
-<p>The *<b>camel:info-context</b>* command displays detail information about a given CamelContext:</p>
+<p>The *<b>camel:context-info</b>* command displays detail information about a given CamelContext:</p>
+
+<p>add the *<b>--verbose</b>* option (following the context name) to also list the endpoints</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-karaf@root&gt; camel:info-context 66-camel-3
+karaf@root&gt; camel:context-info 66-camel-3
 Camel Context 66-camel-3
         Name: 66-camel-3
         Version: 2.8.0
@@ -275,37 +277,37 @@ Used Languages
 
 <p><em>Tip: use TAB key for completion on the CamelContext name.</em></p>
 
-<h3><a shape="rect" name="Karaf-camel%3Astartcontext"></a>camel:start-context</h3>
+<h3><a shape="rect" name="Karaf-camel%3Acontextstart"></a>camel:context-start</h3>
 
-<p>The *<b>camel:start-context</b>* command starts a given CamelContext:</p>
+<p>The *<b>camel:context-start</b>* command starts a given CamelContext:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-karaf@root&gt; camel:start-context 66-camel-3
+karaf@root&gt; camel:context-start 66-camel-3
 </pre>
 </div></div>
 
 <p><em>Tip: use TAB key for completion on the CamelContext name.</em></p>
 
-<h3><a shape="rect" name="Karaf-camel%3Astopcontext"></a>camel:stop-context</h3>
+<h3><a shape="rect" name="Karaf-camel%3Acontextstop"></a>camel:context-stop</h3>
 
-<p>The *<b>camel:stop-context</b>* command stops a given CamelContext:</p>
+<p>The *<b>camel:context-stop</b>* command stops a given CamelContext:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-karaf@root&gt; karaf@root&gt; camel:stop-context 66-camel-3
+karaf@root&gt; karaf@root&gt; camel:context-stop 66-camel-3
 </pre>
 </div></div>
 
 <p><em>Tip: use TAB key for completion on the CamelContext name.</em></p>
 
-<h3><a shape="rect" name="Karaf-camel%3Ainforoute"></a>camel:info-route</h3>
+<h3><a shape="rect" name="Karaf-camel%3Arouteinfo"></a>camel:route-info</h3>
 
-<p>The *<b>camel:info-route</b>* command provides detail information about a Camel route:</p>
+<p>The *<b>camel:route-info</b>* command provides detail information about a Camel route:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-karaf@root&gt; camel:info-route route1
+karaf@root&gt; camel:route-info route1
 Camel Route route1
         Camel Context: 66-camel-3
 
@@ -338,13 +340,13 @@ Definition
 
 <p><em>Tip: use TAB key for completion on the route name.</em></p>
 
-<h3><a shape="rect" name="Karaf-camel%3Ashowroute"></a>camel:show-route</h3>
+<h3><a shape="rect" name="Karaf-camel%3Arouteshow"></a>camel:route-show</h3>
 
-<p>The *<b>camel:show-route</b>* command renders the route in XML. It's independent from the DSL used to define the route:</p>
+<p>The *<b>camel:route-show</b>* command renders the route in XML. It's independent from the DSL used to define the route:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-karaf@root&gt; camel:show-route route1
+karaf@root&gt; camel:route-show route1
 &lt;?xml version=<span class="code-quote">"1.0"</span> encoding=<span class="code-quote">"UTF-8"</span> standalone=<span class="code-quote">"yes"</span>?&gt;
 &lt;route id=<span class="code-quote">"route1"</span> xmlns=<span class="code-quote">"http:<span class="code-comment">//camel.apache.org/schema/spring"</span>&gt;
 </span>    &lt;from uri=<span class="code-quote">"timer:test"</span>/&gt;
@@ -355,25 +357,25 @@ karaf@root&gt; camel:show-route route1
 
 <p><em>Tip: use TAB key for completion on the route name.</em></p>
 
-<h3><a shape="rect" name="Karaf-camel%3Astartroute"></a>camel:start-route</h3>
+<h3><a shape="rect" name="Karaf-camel%3Aroutestart"></a>camel:route-start</h3>
 
-<p>The *<b>camel:start-route</b>* command starts a Camel route:</p>
+<p>The *<b>camel:route-start</b>* command starts a Camel route:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-karaf@root&gt; camel:start-route route1
+karaf@root&gt; camel:route-start route1
 </pre>
 </div></div>
 
 <p><em>Tip: use TAB key for completion on the route name.</em></p>
 
-<h3><a shape="rect" name="Karaf-camel%3Astoproute"></a>camel:stop-route</h3>
+<h3><a shape="rect" name="Karaf-camel%3Aroutestop"></a>camel:route-stop</h3>
 
-<p>The *<b>camel:stop-route</b>* command stops a Camel route:</p>
+<p>The *<b>camel:route-stop</b>* command stops a Camel route:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-karaf@root&gt; camel:stop-route route1
+karaf@root&gt; camel:route-stop route1
 </pre>
 </div></div>
 
@@ -381,7 +383,7 @@ karaf@root&gt; camel:stop-route route1
 
 <h3><a shape="rect" name="Karaf-camel%3Aroutesuspend"></a>camel:route-suspend</h3>
 
-<p>The *<b>camel:start-route</b>* command suspends a Camel route:</p>
+<p>The *<b>camel:route-suspend</b>* command suspends a Camel route:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 karaf@root&gt; camel:route-suspend route1
@@ -389,7 +391,7 @@ karaf@root&gt; camel:route-suspend route
 </div></div>
 <p><em>Tip: use TAB key for completion on the route name.</em></p>
 
-<h3><a shape="rect" name="Karaf-camel%3Aresumeroute"></a>camel:resume-route</h3>
+<h3><a shape="rect" name="Karaf-camel%3Arouteresume"></a>camel:route-resume</h3>
 
 <p>The *<b>camel:route-resume</b>* command resume a Camel route:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">