Hi I don't know if you are using Pax-Exam[1] to do the integration test. It supports the feature options, you can find some example here[2].
[1]http://wiki.ops4j.org/display/paxexam/Pax+Exam [2]https://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/AbstractFeatureTest.java Willem Agustín Gañán wrote:
Hi all, I'm trying to set up an integration test environment in SMX 4.2 in order to test my web services. I have found this [1] in the examples provided with the ESB but with this approach I have to add all the bundles programatically (and manage the dependencies versions in the POM). Is possible to add the required bundles through "features"? Maybe add the basic bundles programatically and then run the "features:install" command with the CommandProcessor? Any hint or experience will be appreciated? Regards, Agus [1] http://svn.apache.org/repos/asf/servicemix/smx4/features/trunk/examples/itests
