If you build and unpack the minimal distribution of the ServiceMix 4 runtime, you can use OBR to download some bundles and try those. A prebuilt runtime is available at:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/runtime/org.apache.servicemix.runtime.minimum/4.0-SNAPSHOT/org.apache.servicemix.runtime.minimum-4.0-SNAPSHOT.tar.gz For example you can launch the following command: obr/start org.apache.servicemix.bundles.jaxb-impl camel-spring camel-example-osgi This will download, install and start the needed bndles to install the camel-example-osgi example. The need for the other targets will hopefully be removed later as we can add bundle requirement so that they will be transparently downloaded when needed. -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
