You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/04/14 17:07:44 UTC

svn commit: r1467788 - /camel/trunk/examples/camel-example-osgi/README.txt

Author: cmueller
Date: Sun Apr 14 15:07:44 2013
New Revision: 1467788

URL: http://svn.apache.org/r1467788
Log:
updated the camel-example-osgi README file

Modified:
    camel/trunk/examples/camel-example-osgi/README.txt

Modified: camel/trunk/examples/camel-example-osgi/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-osgi/README.txt?rev=1467788&r1=1467787&r2=1467788&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-osgi/README.txt (original)
+++ camel/trunk/examples/camel-example-osgi/README.txt Sun Apr 14 15:07:44 2013
@@ -20,20 +20,12 @@ Running inside OSGi container
 =============================
 
 You will need to compile and install this example first:
-  mvn compile install
+  mvn install
 
 If using Apache Karaf / Apache ServiceMix you can install this example
 from the shell
-
-  osgi:install mvn:org.apache.camel/camel-example-osgi/${version}
-
-
-Then start the bundle by starting the id it was assigned during installation
-
-  osgi:start 182
-
-      (substitute 182 with the id of the bundle)
-
+  features:addUrl mvn:org.apache.camel.karaf/apache-camel/${version}/xml/features
+  osgi:install -s mvn:org.apache.camel/camel-example-osgi/${version}
 
 If you hit any problems please let us know on the Camel Forums
   http://camel.apache.org/discussion-forums.html