Author: cmueller
Date: Sun Apr 14 15:01:55 2013
New Revision: 1467787

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

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

Modified: camel/trunk/examples/camel-example-osgi-rmi/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-osgi-rmi/README.txt?rev=1467787&r1=1467786&r2=1467787&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-osgi-rmi/README.txt (original)
+++ camel/trunk/examples/camel-example-osgi-rmi/README.txt Sun Apr 14 15:01:55 
2013
@@ -23,21 +23,11 @@ If using Apache Karaf / Apache ServiceMi
 from the shell
 
 First the camel-rmi feature must be installed
-
+  features:addUrl 
mvn:org.apache.camel.karaf/apache-camel/${version}/xml/features
   features:install camel-rmi
 
 Then install the example
-
-  osgi:install mvn:org.apache.camel/camel-example-osgi-rmi/2.8.0
-
-      (substitute 2.8.0 with the Camel version number)
-
-Then start the bundle by starting the id it was assigned during installation
-
-  osgi:start 182
-
-      (substitute 182 with the id of the bundle)
-
+  osgi:install -s mvn:org.apache.camel/camel-example-osgi-rmi/${version}
 
 If you hit an problems please let us know on the Camel Forums
   http://camel.apache.org/discussion-forums.html


Reply via email to