You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2016/03/19 21:21:35 UTC

servicemix git commit: SM-2864: Update example README.txt files for new Karaf commands

Repository: servicemix
Updated Branches:
  refs/heads/servicemix-6.0.x d2a326745 -> d5089aa8a


SM-2864: Update example README.txt files for new Karaf commands


Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/d5089aa8
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/d5089aa8
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/d5089aa8

Branch: refs/heads/servicemix-6.0.x
Commit: d5089aa8a5e1a5c6cfeda8ab8439cdbf4d250ee7
Parents: d2a3267
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Sat Mar 19 21:20:58 2016 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Sat Mar 19 21:20:58 2016 +0100

----------------------------------------------------------------------
 .../activemq-camel-blueprint/README.txt         | 16 +++++------
 examples/activiti/activiti-camel/README.txt     | 10 +++----
 examples/akka/akka-camel/README.txt             | 12 ++++-----
 examples/camel/camel-blueprint/README.txt       | 16 +++++------
 examples/camel/camel-cxf-rest/README.txt        | 16 +++++------
 examples/camel/camel-cxf-soap/README.txt        | 16 +++++------
 .../camel/camel-drools-blueprint/README.txt     | 12 ++++-----
 examples/camel/camel-drools/README.txt          | 12 ++++-----
 examples/camel/camel-osgi/README.txt            | 16 +++++------
 examples/camel/camel-sql/README.txt             | 28 ++++++++++----------
 examples/cxf/cxf-jaxrs-blueprint/README.txt     | 16 +++++------
 examples/cxf/cxf-jaxrs/README.txt               | 18 ++++++-------
 examples/cxf/cxf-jaxws-blueprint/README.txt     | 18 ++++++-------
 examples/cxf/cxf-ws-addressing/README.txt       | 16 +++++------
 examples/cxf/cxf-ws-rm/README.txt               | 16 +++++------
 .../cxf/cxf-ws-security-blueprint/README.txt    | 16 +++++------
 examples/cxf/cxf-ws-security-osgi/README.txt    | 18 ++++++-------
 .../cxf/cxf-ws-security-signature/README.txt    | 16 +++++------
 examples/cxf/cxf-wsn/README.txt                 | 24 ++++++++---------
 .../drools/drools-camel-blueprint/README.txt    |  2 +-
 .../drools/drools-camel-cxf-server/README.txt   |  2 +-
 examples/drools/drools-simple/README.txt        |  2 +-
 examples/drools/drools-spring/README.txt        |  2 +-
 23 files changed, 160 insertions(+), 160 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/activemq/activemq-camel-blueprint/README.txt
----------------------------------------------------------------------
diff --git a/examples/activemq/activemq-camel-blueprint/README.txt b/examples/activemq/activemq-camel-blueprint/README.txt
index b11f0ae..a35d21a 100644
--- a/examples/activemq/activemq-camel-blueprint/README.txt
+++ b/examples/activemq/activemq-camel-blueprint/README.txt
@@ -103,7 +103,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter the
 following command in the ServiceMix console:
 
-  features:install examples-activemq-camel-blueprint
+  feature:install examples-activemq-camel-blueprint
   
 This command makes use of the ServiceMix features facility. For more
 information about the features facility, see the README.txt file in the
@@ -143,7 +143,7 @@ properties placeholder in the blueprint.xml from console as follows:
        to it. To get the bundle ID, enter the following command in the
        ServiceMix console:
 
-         osgi:list
+         bundle:list
 
       At the end of the listing, you should see an entry similar to
       the following:
@@ -155,7 +155,7 @@ properties placeholder in the blueprint.xml from console as follows:
    (ii) Enter the following command in the ServiceMix console to
         restart the bundle:
     
-          osgi:restart <bundle_id>
+          bundle:restart <bundle_id>
   
   The prefix of the output should change, and the output should look
   similar to the following:
@@ -177,7 +177,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-camel-osgi
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-activemq-camel-blueprint
+     feature:uninstall examples-activemq-camel-blueprint
 
 2. Build the example by opening a command prompt, changing directory to
    examples/activemq/activemq-camel-blueprint (this example) and entering the following Maven
@@ -196,7 +196,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-activemq-camel-blueprint
+     feature:install examples-activemq-camel-blueprint
        
    It makes use of the ServiceMix features facility. For more information
    about the features facility, see the README.txt file in the examples
@@ -222,7 +222,7 @@ Stopping and Uninstalling the Example
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For information on how to find the bundle_id assigned to the example,
 see step 3 in the "Updating and Redeploying the Properties File 
@@ -231,11 +231,11 @@ from the Console" section above.
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-activemq-camel-blueprint
+  feature:uninstall examples-activemq-camel-blueprint
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/activiti/activiti-camel/README.txt
----------------------------------------------------------------------
diff --git a/examples/activiti/activiti-camel/README.txt b/examples/activiti/activiti-camel/README.txt
index 2768742..91cc05e 100644
--- a/examples/activiti/activiti-camel/README.txt
+++ b/examples/activiti/activiti-camel/README.txt
@@ -80,7 +80,7 @@ yourself, complete the following steps:
 1. Before being able to run this example, you have to install some additional
    features into the container first to add support for the Activiti.
 
-     features:install activiti
+     feature:install activiti
 
 2. Build the example by opening a command prompt, changing directory to
    examples/activiti/activiti-camel (this example) and entering the following Maven
@@ -99,7 +99,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     osgi:install mvn:org.apache.servicemix.examples/activiti-camel/${project.version}
+     bundle:install mvn:org.apache.servicemix.examples/activiti-camel/${project.version}
        
 4. Once the bundle has been started, you will see a var/activiti-camel/order directory
    under your ServiceMix installation directory.  If you create files in that directory,
@@ -125,7 +125,7 @@ Stopping and Uninstalling the Example
 -------------------------------------
 First, find the bundle id for the deployed example bundle by doing
 
-  osgi:list
+  bundle:list
 
 and looking for a line that looks like this one
 
@@ -137,10 +137,10 @@ In the above case, the bundle id would be 317
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  osgi:uninstall <bundle_id>
\ No newline at end of file
+  bundle:uninstall <bundle_id>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/akka/akka-camel/README.txt
----------------------------------------------------------------------
diff --git a/examples/akka/akka-camel/README.txt b/examples/akka/akka-camel/README.txt
index 27660c4..04f50c4 100644
--- a/examples/akka/akka-camel/README.txt
+++ b/examples/akka/akka-camel/README.txt
@@ -76,8 +76,8 @@ yourself, complete the following steps:
    features into the container first to add support for the Camel Scala DSL and
    for Akka itself.
 
-     features:install camel-scala
-     features:install akka
+     feature:install camel-scala
+     feature:install akka
 
 2. Build the example by opening a command prompt, changing directory to
    examples/akka/akka-camel (this example) and entering the following Maven
@@ -96,7 +96,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     osgi:install mvn:org.apache.servicemix.examples/akka-camel/${project.version}
+     bundle:install mvn:org.apache.servicemix.examples/akka-camel/${project.version}
        
 4. Once the bundle has been started, you will see a var/akka-camel/input directory
    under your ServiceMix installation directory.  There are some sample files available
@@ -112,7 +112,7 @@ Stopping and Uninstalling the Example
 -------------------------------------
 First, find the bundle id for the deployed example bundle by doing
 
-  osgi:list
+  bundle:list
 
 and looking for a line that looks like this one
 
@@ -124,10 +124,10 @@ In the above case, the bundle id would be 263
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  osgi:uninstall <bundle_id>
\ No newline at end of file
+  bundle:uninstall <bundle_id>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/camel/camel-blueprint/README.txt
----------------------------------------------------------------------
diff --git a/examples/camel/camel-blueprint/README.txt b/examples/camel/camel-blueprint/README.txt
index ac51cde..4707e2e 100644
--- a/examples/camel/camel-blueprint/README.txt
+++ b/examples/camel/camel-blueprint/README.txt
@@ -91,7 +91,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter the
 following command in the ServiceMix console:
 
-  features:install examples-camel-blueprint
+  feature:install examples-camel-blueprint
   
 This command makes use of the ServiceMix features facility. For more
 information about the features facility, see the README.txt file in the
@@ -131,7 +131,7 @@ properties placeholder in the blueprint.xml from console as follows:
        to it. To get the bundle ID, enter the following command in the
        ServiceMix console:
 
-         osgi:list
+         bundle:list
 
       At the end of the listing, you should see an entry similar to
       the following:
@@ -143,7 +143,7 @@ properties placeholder in the blueprint.xml from console as follows:
    (ii) Enter the following command in the ServiceMix console to
         restart the bundle:
     
-          osgi:restart <bundle_id>
+          bundle:restart <bundle_id>
   
   The prefix of the output should change, and the output should look
   similar to the following:
@@ -165,7 +165,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-camel-blueprint
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-camel-blueprint
+     feature:uninstall examples-camel-blueprint
 
 2. Build the example by opening a command prompt, changing directory to
    examples/camel/camel-blueprint (this example) and entering the following Maven
@@ -184,7 +184,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-camel-blueprint
+     feature:install examples-camel-blueprint
        
    It makes use of the ServiceMix features facility. For more information
    about the features facility, see the README.txt file in the examples
@@ -210,7 +210,7 @@ Stopping and Uninstalling the Example
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For information on how to find the bundle_id assigned to the example,
 see step 3 in the "Updating and Redeploying the Properties File 
@@ -219,11 +219,11 @@ from the Console" section above.
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-camel-blueprint
+  feature:uninstall examples-camel-blueprint
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/camel/camel-cxf-rest/README.txt
----------------------------------------------------------------------
diff --git a/examples/camel/camel-cxf-rest/README.txt b/examples/camel/camel-cxf-rest/README.txt
index fffcf7f..aaea859 100644
--- a/examples/camel/camel-cxf-rest/README.txt
+++ b/examples/camel/camel-cxf-rest/README.txt
@@ -107,7 +107,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter
 the following command in the ServiceMix console:
 
-  features:install examples-camel-cxf-rest
+  feature:install examples-camel-cxf-rest
 
 This command makes use of the ServiceMix features facility. For
 more information about the features facility, see the README.txt
@@ -134,7 +134,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-camel-cxf-rest
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-camel-cxf-rest
+     feature:uninstall examples-camel-cxf-rest
 
 2. Build the example by opening a command prompt, changing directory to
    examples/camel/camel-cxf-rest (this example) and entering the following Maven
@@ -153,7 +153,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
 
-     features:install examples-camel-cxf-rest
+     feature:install examples-camel-cxf-rest
 
    It makes use of the ServiceMix features facility. For more information
    about the features facility, see the README.txt file in the examples
@@ -171,7 +171,7 @@ following command in the ServiceMix console (Note, the text you are
 typing will intermingle with the output being logged. This is nothing
 to worry about.):
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -184,20 +184,20 @@ In this case, the bundle IDs are 173 and 175.
 To stop a bundle, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 173
+  bundle:stop 173
 
 To uninstall the example, enter one of the following commands at
 the ServiceMix console:
 
-  features:uninstall examples-camel-cxf-rest
+  feature:uninstall examples-camel-cxf-rest
 
 or
 
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
 
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/camel/camel-cxf-soap/README.txt
----------------------------------------------------------------------
diff --git a/examples/camel/camel-cxf-soap/README.txt b/examples/camel/camel-cxf-soap/README.txt
index c3d138b..cd457b7 100644
--- a/examples/camel/camel-cxf-soap/README.txt
+++ b/examples/camel/camel-cxf-soap/README.txt
@@ -110,7 +110,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter
 the following command in the ServiceMix console:
 
-  features:install examples-camel-cxf-soap
+  feature:install examples-camel-cxf-soap
 
 This command makes use of the ServiceMix features facility. For
 more information about the features facility, see the README.txt
@@ -137,7 +137,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-camel-cxf-soap
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-camel-cxf-soap
+     feature:uninstall examples-camel-cxf-soap
 
 2. Build the example by opening a command prompt, changing directory to
    examples/camel/camel-cxf-soap (this example) and entering the following Maven
@@ -156,7 +156,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
 
-     features:install examples-camel-cxf-soap
+     feature:install examples-camel-cxf-soap
 
    It makes use of the ServiceMix features facility. For more information
    about the features facility, see the README.txt file in the examples
@@ -174,7 +174,7 @@ following command in the ServiceMix console (Note, the text you are
 typing will intermingle with the output being logged. This is nothing
 to worry about.):
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -187,20 +187,20 @@ In this case, the bundle IDs are 173 and 175.
 To stop a bundle, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 173
+  bundle:stop 173
 
 To uninstall the example, enter one of the following commands at
 the ServiceMix console:
 
-  features:uninstall examples-camel-cxf-soap
+  feature:uninstall examples-camel-cxf-soap
 
 or
 
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
 
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/camel/camel-drools-blueprint/README.txt
----------------------------------------------------------------------
diff --git a/examples/camel/camel-drools-blueprint/README.txt b/examples/camel/camel-drools-blueprint/README.txt
index 9e8a7ec..d849008 100644
--- a/examples/camel/camel-drools-blueprint/README.txt
+++ b/examples/camel/camel-drools-blueprint/README.txt
@@ -136,7 +136,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter the
 following command in the ServiceMix console:
 
-  features:install examples-camel-drools-blueprint
+  feature:install examples-camel-drools-blueprint
 
 This command makes use of the ServiceMix features facility. For more
 information about the features facility, see the README.txt file in the
@@ -159,7 +159,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-camel-drools-blueprint
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-camel-drools-blueprint
+     feature:uninstall examples-camel-drools-blueprint
 
 2. Build the example by opening a command prompt, changing directory to
    examples/camel/camel-drools-blueprint (this example) and entering the
@@ -178,7 +178,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
 
-     features:install examples-camel-drools-blueprint
+     feature:install examples-camel-drools-blueprint
 
    It makes use of the ServiceMix features facility. For more information
    about the features facility, see the README.txt file in the examples
@@ -197,7 +197,7 @@ Stopping and Uninstalling the Example
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For information on how to find the bundle_id assigned to the example,
 see step 3 in the "Updating and Redeploying the Properties File
@@ -206,11 +206,11 @@ from the Console" section above.
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-camel-drools-blueprint
+  feature:uninstall examples-camel-drools-blueprint
 
 or
 
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
 
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/camel/camel-drools/README.txt
----------------------------------------------------------------------
diff --git a/examples/camel/camel-drools/README.txt b/examples/camel/camel-drools/README.txt
index ea94fb5..b31fc6f 100644
--- a/examples/camel/camel-drools/README.txt
+++ b/examples/camel/camel-drools/README.txt
@@ -140,7 +140,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter the
 following command in the ServiceMix console:
 
-  features:install examples-camel-drools
+  feature:install examples-camel-drools
 
 This command makes use of the ServiceMix features facility. For more
 information about the features facility, see the README.txt file in the
@@ -163,7 +163,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-camel-drools
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-camel-drools
+     feature:uninstall examples-camel-drools
 
 2. Build the example by opening a command prompt, changing directory to
    examples/camel/camel-drools (this example) and entering the following Maven
@@ -182,7 +182,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
 
-     features:install examples-camel-drools
+     feature:install examples-camel-drools
 
    It makes use of the ServiceMix features facility. For more information
    about the features facility, see the README.txt file in the examples
@@ -201,7 +201,7 @@ Stopping and Uninstalling the Example
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For information on how to find the bundle_id assigned to the example,
 see step 3 in the "Updating and Redeploying the Properties File
@@ -210,11 +210,11 @@ from the Console" section above.
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-camel-drools
+  feature:uninstall examples-camel-drools
 
 or
 
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
 
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/camel/camel-osgi/README.txt
----------------------------------------------------------------------
diff --git a/examples/camel/camel-osgi/README.txt b/examples/camel/camel-osgi/README.txt
index 5907aeb..5ca242b 100644
--- a/examples/camel/camel-osgi/README.txt
+++ b/examples/camel/camel-osgi/README.txt
@@ -105,7 +105,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter the
 following command in the ServiceMix console:
 
-  features:install examples-camel-osgi
+  feature:install examples-camel-osgi
   
 This command makes use of the ServiceMix features facility. For more
 information about the features facility, see the README.txt file in the
@@ -141,7 +141,7 @@ properties placeholder in the beans.xml from console as follows:
        to it. To get the bundle ID, enter the following command in the
        ServiceMix console:
 
-         osgi:list
+         bundle:list
 
       At the end of the listing, you should see an entry similar to
       the following:
@@ -153,7 +153,7 @@ properties placeholder in the beans.xml from console as follows:
    (ii) Enter the following command in the ServiceMix console to
         restart the bundle:
     
-          osgi:restart <bundle_id>
+          bundle:restart <bundle_id>
   
   The prefix of the output should change, and the output on the console should
   be updated accordingly.
@@ -171,7 +171,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-camel-osgi
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-camel-osgi
+     feature:uninstall examples-camel-osgi
 
 2. Build the example by opening a command prompt, changing directory to
    examples/camel/camel-osgi (this example) and entering the following Maven
@@ -190,7 +190,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-camel-osgi
+     feature:install examples-camel-osgi
        
    It makes use of the ServiceMix features facility. For more information
    about the features facility, see the README.txt file in the examples
@@ -212,7 +212,7 @@ Stopping and Uninstalling the Example
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For information on how to find the bundle_id assigned to the example,
 see step 3 in the "Updating and Redeploying the Properties File 
@@ -221,11 +221,11 @@ from the Console" section above.
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-camel-osgi
+  feature:uninstall examples-camel-osgi
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/camel/camel-sql/README.txt
----------------------------------------------------------------------
diff --git a/examples/camel/camel-sql/README.txt b/examples/camel/camel-sql/README.txt
index 9055055..86cf7df 100644
--- a/examples/camel/camel-sql/README.txt
+++ b/examples/camel/camel-sql/README.txt
@@ -170,11 +170,11 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter the
 following command in the ServiceMix console:
 
-  features:install examples-camel-sql-derby
+  feature:install examples-camel-sql-derby
 or
-  features:install examples-camel-sql-h2
+  feature:install examples-camel-sql-h2
 or
-  features:install examples-camel-sql-pgsql
+  feature:install examples-camel-sql-pgsql
   
 This command makes use of the ServiceMix features facility. For more
 information about the features facility, see the README.txt file in the
@@ -199,11 +199,11 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples feature
    by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-camel-sql-derby
+     feature:uninstall examples-camel-sql-derby
    or
-     features:uninstall examples-camel-sql-h2
+     feature:uninstall examples-camel-sql-h2
    or
-     features:uninstall examples-camel-sql-pgsql
+     feature:uninstall examples-camel-sql-pgsql
 
 2. Build the example by opening a command prompt, changing directory to
    examples/camel/camel-sql (this example) and entering the following Maven
@@ -222,11 +222,11 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
 
-      features:install examples-camel-sql-derby
+      feature:install examples-camel-sql-derby
     or
-      features:install examples-camel-sql-h2
+      feature:install examples-camel-sql-h2
     or
-      features:install examples-camel-sql-pgsql
+      feature:install examples-camel-sql-pgsql
        
    It makes use of the ServiceMix features facility. For more information
    about the features facility, see the README.txt file in the examples
@@ -247,7 +247,7 @@ Stopping and Uninstalling the Example
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For information on how to find the bundle_id assigned to the example,
 see step 3 in the "Updating and Redeploying the Properties File 
@@ -256,13 +256,13 @@ from the Console" section above.
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-camel-sql-derby
+  feature:uninstall examples-camel-sql-derby
 or
-  features:uninstall examples-camel-sql-h2
+  feature:uninstall examples-camel-sql-h2
 or
-  features:uninstall examples-camel-sql-pgsql
+  feature:uninstall examples-camel-sql-pgsql
 or
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/cxf/cxf-jaxrs-blueprint/README.txt
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-jaxrs-blueprint/README.txt b/examples/cxf/cxf-jaxrs-blueprint/README.txt
index c5fd1cf..5d60cc3 100755
--- a/examples/cxf/cxf-jaxrs-blueprint/README.txt
+++ b/examples/cxf/cxf-jaxrs-blueprint/README.txt
@@ -88,7 +88,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter
 the following command in the ServiceMix console:
 
-  features:install examples-cxf-jaxrs
+  feature:install examples-cxf-jaxrs
   
 This command makes use of the ServiceMix features facility. For
 more information about the features facility, see the README.txt
@@ -190,7 +190,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-cxf-jaxrs
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-cxf-jaxrs
+     feature:uninstall examples-cxf-jaxrs
 
 2. Build the example by opening a command prompt, changing directory to
    examples/cxf-jaxrs (this example) and entering the following Maven
@@ -209,7 +209,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-cxf-jaxrs
+     feature:install examples-cxf-jaxrs
        
    It makes use of the ServiceMix features facility. For more information
    about the features facility, see the README.txt file in the examples
@@ -226,7 +226,7 @@ has assigned to it. To get the bundle ID, enter the following command
 in the ServiceMix console (Note, the text you are typing will intermingle
 with the output being logged. This is nothing to worry about.):
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -238,20 +238,20 @@ In this case, the bundle ID is 159.
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 159
+  bundle:stop 159
 
 To uninstall the example, enter one of the following commands at
 the ServiceMix console:
 
-  features:uninstall examples-cxf-jaxrs
+  feature:uninstall examples-cxf-jaxrs
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/cxf/cxf-jaxrs/README.txt
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-jaxrs/README.txt b/examples/cxf/cxf-jaxrs/README.txt
index f5bc763..3f68174 100644
--- a/examples/cxf/cxf-jaxrs/README.txt
+++ b/examples/cxf/cxf-jaxrs/README.txt
@@ -88,7 +88,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter
 the following command in the ServiceMix console:
 
-  features:install examples-cxf-jaxrs
+  feature:install examples-cxf-jaxrs
   
 This command makes use of the ServiceMix features facility. For
 more information about the features facility, see the README.txt
@@ -177,7 +177,7 @@ a. Add org.apache.cxf.osgi.cfg to the /etc directory and set the
 b. Use shell config commands, for example:
 
      config:edit org.apache.cxf.osgi   
-     config:propset org.apache.cxf.servlet.context /super
+     config:property-set org.apache.cxf.servlet.context /super
      config:update
   
 
@@ -190,7 +190,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-cxf-jaxrs
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-cxf-jaxrs
+     feature:uninstall examples-cxf-jaxrs
 
 2. Build the example by opening a command prompt, changing directory to
    examples/cxf-jaxrs (this example) and entering the following Maven
@@ -209,7 +209,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-cxf-jaxrs
+     feature:install examples-cxf-jaxrs
        
    It makes use of the ServiceMix features facility. For more information
    about the features facility, see the README.txt file in the examples
@@ -226,7 +226,7 @@ has assigned to it. To get the bundle ID, enter the following command
 in the ServiceMix console (Note, the text you are typing will intermingle
 with the output being logged. This is nothing to worry about.):
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -238,20 +238,20 @@ In this case, the bundle ID is 159.
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 159
+  bundle:stop 159
 
 To uninstall the example, enter one of the following commands at
 the ServiceMix console:
 
-  features:uninstall examples-cxf-jaxrs
+  feature:uninstall examples-cxf-jaxrs
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/cxf/cxf-jaxws-blueprint/README.txt
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-jaxws-blueprint/README.txt b/examples/cxf/cxf-jaxws-blueprint/README.txt
index c7ddc46..acfe25c 100755
--- a/examples/cxf/cxf-jaxws-blueprint/README.txt
+++ b/examples/cxf/cxf-jaxws-blueprint/README.txt
@@ -81,7 +81,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter
 the following command in the ServiceMix console:
 
-  features:install examples-cxf-osgi
+  feature:install examples-cxf-osgi
   
 This command makes use of the ServiceMix features facility. For
 more information about the features facility, see the README.txt
@@ -149,7 +149,7 @@ a. Add org.apache.cxf.osgi.cfg to the /etc directory and set
 b. Use shell config commands, for example :
    
      config:edit org.apache.cxf.osgi   
-     config:propset org.apache.cxf.servlet.context /super
+     config:property-set org.apache.cxf.servlet.context /super
      config:update
 
 
@@ -162,7 +162,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-cxf-osgi
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-cxf-osgi
+     feature:uninstall examples-cxf-osgi
 
    
 2. Build the example by opening a command prompt, changing directory to
@@ -182,7 +182,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-cxf-osgi
+     feature:install examples-cxf-osgi
        
    It makes use of the ServiceMix features facility. For more
    information about the features facility, see the README.txt file
@@ -206,7 +206,7 @@ To stop the example, you must first know the bundle ID that ServiceMix
 has assigned to it. To get the bundle ID, enter the following command
 at the ServiceMix console:
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -218,20 +218,20 @@ In this case, the bundle ID is 170.
 To stop the example, enter the following command at the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 170
+  bundle:stop 170
 
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-cxf-osgi
+  feature:uninstall examples-cxf-osgi
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/cxf/cxf-ws-addressing/README.txt
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-ws-addressing/README.txt b/examples/cxf/cxf-ws-addressing/README.txt
index 6361562..7f73864 100644
--- a/examples/cxf/cxf-ws-addressing/README.txt
+++ b/examples/cxf/cxf-ws-addressing/README.txt
@@ -211,7 +211,7 @@ a. Add org.apache.cxf.osgi.cfg to the /etc directory and
 b. Use shell config commands, for example:
 
      config:edit org.apache.cxf.osgi   
-     config:propset org.apache.cxf.servlet.context /super
+     config:property-set org.apache.cxf.servlet.context /super
      config:update
 
 
@@ -225,7 +225,7 @@ yourself, complete the following steps:
    examples-cxf-ws-addressing feature by entering the following
    command in the ServiceMix console:
 
-     features:uninstall examples-cxf-ws-addressing
+     feature:uninstall examples-cxf-ws-addressing
 
    
 2. Build the example by opening a command prompt, changing directory
@@ -245,7 +245,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-cxf-ws-addressing
+     feature:install examples-cxf-ws-addressing
        
    It makes use of the ServiceMix features facility. For more
    information about the features facility, see the README.txt file
@@ -271,7 +271,7 @@ in the ServiceMix console (Note, the text you are typing will
 intermingle with the output being logged. This is nothing to worry
 about.):
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -283,20 +283,20 @@ In this case, the bundle ID is 171.
 To stop the example, enter the following command in the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 171
+  bundle:stop 171
 
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-cxf-ws-addressing
+  feature:uninstall examples-cxf-ws-addressing
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/cxf/cxf-ws-rm/README.txt
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-ws-rm/README.txt b/examples/cxf/cxf-ws-rm/README.txt
index b203c0e..648982b 100644
--- a/examples/cxf/cxf-ws-rm/README.txt
+++ b/examples/cxf/cxf-ws-rm/README.txt
@@ -111,7 +111,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter
 the following command in the ServiceMix console:
 
-  features:install examples-cxf-ws-rm
+  feature:install examples-cxf-ws-rm
   
 This command makes use of the ServiceMix features facility. For
 more information about the features facility, see the README.txt
@@ -140,7 +140,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-cxf-ws-rm
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-cxf-ws-rm
+     feature:uninstall examples-cxf-ws-rm
 
    
 2. Build the example by opening a command prompt, changing directory to
@@ -160,7 +160,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-cxf-ws-rm
+     feature:install examples-cxf-ws-rm
        
    It makes use of the ServiceMix features facility. For more
    information about the features facility, see the README.txt file
@@ -177,7 +177,7 @@ To stop the example, you must first know the bundle ID that ServiceMix
 has assigned to it. To get the bundle ID, enter the following command
 at the ServiceMix console:
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -189,20 +189,20 @@ In this case, the bundle ID is 170.
 To stop the example, enter the following command at the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 170
+  bundle:stop 170
 
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-cxf-ws-rm
+  feature:uninstall examples-cxf-ws-rm
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/cxf/cxf-ws-security-blueprint/README.txt
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-ws-security-blueprint/README.txt b/examples/cxf/cxf-ws-security-blueprint/README.txt
index 2af749f..587b6a0 100644
--- a/examples/cxf/cxf-ws-security-blueprint/README.txt
+++ b/examples/cxf/cxf-ws-security-blueprint/README.txt
@@ -163,7 +163,7 @@ a. Add org.apache.cxf.osgi.cfg to the /etc directory and set
 b. Use shell config commands, for example :
    
      config:edit org.apache.cxf.osgi   
-     config:propset org.apache.cxf.servlet.context /super
+     config:property-set org.apache.cxf.servlet.context /super
      config:update
 
 
@@ -176,7 +176,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-cxf-ws-security-blueprint
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-cxf-ws-security-blueprint
+     feature:uninstall examples-cxf-ws-security-blueprint
 
    
 2. Build the example by opening a command prompt, changing directory to
@@ -196,7 +196,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-cxf-ws-security-blueprint
+     feature:install examples-cxf-ws-security-blueprint
        
    It makes use of the ServiceMix features facility. For more
    information about the features facility, see the README.txt file
@@ -220,7 +220,7 @@ To stop the example, you must first know the bundle ID that ServiceMix
 has assigned to it. To get the bundle ID, enter the following command
 at the ServiceMix console:
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -232,20 +232,20 @@ In this case, the bundle ID is 170.
 To stop the example, enter the following command at the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 170
+  bundle:stop 170
 
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-cxf-ws-security-blueprint
+  feature:uninstall examples-cxf-ws-security-blueprint
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/cxf/cxf-ws-security-osgi/README.txt
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-ws-security-osgi/README.txt b/examples/cxf/cxf-ws-security-osgi/README.txt
index 6d94bf3..595c29c 100644
--- a/examples/cxf/cxf-ws-security-osgi/README.txt
+++ b/examples/cxf/cxf-ws-security-osgi/README.txt
@@ -100,7 +100,7 @@ A. Using a Prebuilt Deployment Bundle: Quick and Easy
 To install and run a prebuilt version of this example, enter
 the following command in the ServiceMix console:
 
-  features:install examples-cxf-ws-security-osgi
+  feature:install examples-cxf-ws-security-osgi
   
 This command makes use of the ServiceMix features facility. For
 more information about the features facility, see the README.txt
@@ -162,7 +162,7 @@ a. Add org.apache.cxf.osgi.cfg to the /etc directory and set
 b. Use shell config commands, for example :
    
      config:edit org.apache.cxf.osgi   
-     config:propset org.apache.cxf.servlet.context /super
+     config:property-set org.apache.cxf.servlet.context /super
      config:update
 
 
@@ -175,7 +175,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-cxf-ws-security-osgi
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-cxf-ws-security-osgi
+     feature:uninstall examples-cxf-ws-security-osgi
 
    
 2. Build the example by opening a command prompt, changing directory to
@@ -195,7 +195,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-cxf-ws-security-osgi
+     feature:install examples-cxf-ws-security-osgi
        
    It makes use of the ServiceMix features facility. For more
    information about the features facility, see the README.txt file
@@ -219,7 +219,7 @@ To stop the example, you must first know the bundle ID that ServiceMix
 has assigned to it. To get the bundle ID, enter the following command
 at the ServiceMix console:
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -231,20 +231,20 @@ In this case, the bundle ID is 170.
 To stop the example, enter the following command at the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 170
+  bundle:stop 170
 
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-cxf-ws-security-osgi
+  feature:uninstall examples-cxf-ws-security-osgi
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/cxf/cxf-ws-security-signature/README.txt
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-ws-security-signature/README.txt b/examples/cxf/cxf-ws-security-signature/README.txt
index 7df964f..80492e1 100644
--- a/examples/cxf/cxf-ws-security-signature/README.txt
+++ b/examples/cxf/cxf-ws-security-signature/README.txt
@@ -154,7 +154,7 @@ a. Add org.apache.cxf.osgi.cfg to the /etc directory and set
 b. Use shell config commands, for example :
    
      config:edit org.apache.cxf.osgi   
-     config:propset org.apache.cxf.servlet.context /super
+     config:property-set org.apache.cxf.servlet.context /super
      config:update
 
 
@@ -167,7 +167,7 @@ yourself, complete the following steps:
    described above, you must first uninstall the examples-cxf-ws-security-signature
    feature by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-cxf-ws-security-signature
+     feature:uninstall examples-cxf-ws-security-signature
 
    
 2. Build the example by opening a command prompt, changing directory to
@@ -187,7 +187,7 @@ yourself, complete the following steps:
 3. Install the example by entering the following command in
    the ServiceMix console:
    
-     features:install examples-cxf-ws-security-signature
+     feature:install examples-cxf-ws-security-signature
        
    It makes use of the ServiceMix features facility. For more
    information about the features facility, see the README.txt file
@@ -211,7 +211,7 @@ To stop the example, you must first know the bundle ID that ServiceMix
 has assigned to it. To get the bundle ID, enter the following command
 at the ServiceMix console:
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -223,20 +223,20 @@ In this case, the bundle ID is 170.
 To stop the example, enter the following command at the ServiceMix
 console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 170
+  bundle:stop 170
 
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-cxf-ws-security-signature
+  feature:uninstall examples-cxf-ws-security-signature
  
 or
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/cxf/cxf-wsn/README.txt
----------------------------------------------------------------------
diff --git a/examples/cxf/cxf-wsn/README.txt b/examples/cxf/cxf-wsn/README.txt
index 0f06c80..000579a 100644
--- a/examples/cxf/cxf-wsn/README.txt
+++ b/examples/cxf/cxf-wsn/README.txt
@@ -93,7 +93,7 @@ With the following lines:
 
 Head back to the ServiceMix console and enter the following commands:
  
- features:install examples-cxf-wsn-receive
+ feature:install examples-cxf-wsn-receive
   
 This command makes use of the ServiceMix features facility. For
 more information about the features facility, see the README.txt
@@ -122,7 +122,7 @@ Running the notifier
 1. To run the notifier head back to the ServiceMix console
    and enter the following commands:
 
-     features:install examples-cxf-wsn-notifier
+     feature:install examples-cxf-wsn-notifier
 
    This command makes use of the ServiceMix features facility. For
    more information about the features facility, see the README.txt
@@ -153,8 +153,8 @@ yourself, complete the following steps:
    described above, you must first uninstall the previous features
    by entering the following command in the ServiceMix console:
 
-     features:uninstall examples-cxf-wsn-receive
-     features:uninstall examples-cxf-wsn-notifier
+     feature:uninstall examples-cxf-wsn-receive
+     feature:uninstall examples-cxf-wsn-notifier
 
 2. Build the example by opening a command prompt, changing directory to
    examples/cxf/cxf-wsn (this example) and entering the following Maven
@@ -179,7 +179,7 @@ To stop the example, you must first know the bundle IDs that ServiceMix
 has assigned to it. To get the bundle IDs, enter the following command
 at the ServiceMix console:
 
-  osgi:list
+  bundle:list
 
 At the end of the listing, you should see an entry similar to the
 following:
@@ -193,23 +193,23 @@ In this case, the bundle IDs are 172,173 and 174.
 To stop the example, enter the following command for every bundle
 at the ServiceMix console:
 
-  osgi:stop <bundle_id>
+  bundle:stop <bundle_id>
 
 For example:
 
-  osgi:stop 172
-  osgi:stop 173
-  osgi:stop 174
+  bundle:stop 172
+  bundle:stop 173
+  bundle:stop 174
 
 To uninstall the example, enter one of the following commands in
 the ServiceMix console:
 
-  features:uninstall examples-cxf-wsn-receive
-  features:uninstall examples-cxf-wsn-notifier
+  feature:uninstall examples-cxf-wsn-receive
+  feature:uninstall examples-cxf-wsn-notifier
  
 or for every bundle:
  
-  osgi:uninstall <bundle_id>
+  bundle:uninstall <bundle_id>
   
 
 Viewing the Log Entries

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/drools/drools-camel-blueprint/README.txt
----------------------------------------------------------------------
diff --git a/examples/drools/drools-camel-blueprint/README.txt b/examples/drools/drools-camel-blueprint/README.txt
index fe0fe01..05aee7d 100644
--- a/examples/drools/drools-camel-blueprint/README.txt
+++ b/examples/drools/drools-camel-blueprint/README.txt
@@ -94,7 +94,7 @@ Stopping and Uninstalling the Example
 -------------------------------------
 First, find the bundle id for the deployed example bundle by doing
 
-  osgi:list
+  bundle:list
 
 and looking for a line that looks like this one
 

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/drools/drools-camel-cxf-server/README.txt
----------------------------------------------------------------------
diff --git a/examples/drools/drools-camel-cxf-server/README.txt b/examples/drools/drools-camel-cxf-server/README.txt
index aeb6cae..09d7637 100644
--- a/examples/drools/drools-camel-cxf-server/README.txt
+++ b/examples/drools/drools-camel-cxf-server/README.txt
@@ -114,7 +114,7 @@ Stopping and Uninstalling the Example
 -------------------------------------
 First, find the bundle id for the deployed example bundle by doing
 
-  osgi:list
+  bundle:list
 
 and looking for a line that looks like this one
 

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/drools/drools-simple/README.txt
----------------------------------------------------------------------
diff --git a/examples/drools/drools-simple/README.txt b/examples/drools/drools-simple/README.txt
index b22fce4..b3b9ab3 100644
--- a/examples/drools/drools-simple/README.txt
+++ b/examples/drools/drools-simple/README.txt
@@ -90,7 +90,7 @@ Stopping and Uninstalling the Example
 -------------------------------------
 First, find the bundle id for the deployed example bundle by doing
 
-  osgi:list
+  bundle:list
 
 and looking for a line that looks like this one
 

http://git-wip-us.apache.org/repos/asf/servicemix/blob/d5089aa8/examples/drools/drools-spring/README.txt
----------------------------------------------------------------------
diff --git a/examples/drools/drools-spring/README.txt b/examples/drools/drools-spring/README.txt
index f425fde..072e27e 100644
--- a/examples/drools/drools-spring/README.txt
+++ b/examples/drools/drools-spring/README.txt
@@ -84,7 +84,7 @@ Stopping and Uninstalling the Example
 -------------------------------------
 First, find the bundle id for the deployed example bundle by doing
 
-  osgi:list
+  bundle:list
 
 and looking for a line that looks like this one