Hi all, pretty new to servicemix.
Reading through the examples, I wanted to start playing with things. In one of the examples I was trying, I saw this: 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 This command makes use of the ServiceMix features facility. For more information about the features facility, see the README.txt file in the examples parent directory. However, when I ran this command, I got the following error: karaf@root> features:install examples-camel-cxf-rest Error executing command: No feature named 'examples-camel-cxf-rest' with version '0.0.0' available I'm assuming it's not as easy as described. Do I still need to build it via maven?
