You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/08/09 13:33:59 UTC

svn commit: r1155318 - /servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf

Author: gertv
Date: Tue Aug  9 11:33:58 2011
New Revision: 1155318

URL: http://svn.apache.org/viewvc?rev=1155318&view=rev
Log:
Fix a few inconsistencies in the Camel part of the quickstart guide

Modified:
    servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf

Modified: servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf?rev=1155318&r1=1155317&r2=1155318&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf (original)
+++ servicemix/documentation/trunk/src/main/webapp/quickstart/camel.conf Tue Aug  9 11:33:58 2011
@@ -41,7 +41,7 @@ Using {{osgi:list}}, you'll notice that 
 
 !/quickstart/images/camel-sample-deploy.png!
 
-From this output, you also learn that the bundle id for your XML file is 209.  This allow you to start and stop the route whenever necessary.  Let's give this a go now...
+From this output, you also learn that the bundle id for your XML file is 200.  This allow you to start and stop the route whenever necessary.  Let's give this a go now...
 
 First, stop the route with
 {pygmentize:lang=text}
@@ -51,6 +51,6 @@ karaf@root> osgi:stop 200
 The route is no longer active, so any files you copy into the {{orders/input}} folder will remain there for now.  As soon as you restart the route, the pending files will get moving again.
 
 {pygmentize:lang=text}
-karaf@root> osgi:stop 200
+karaf@root> osgi:start 200
 {pygmentize}