Hi, You point me in the good direction. I found this[1] and it seems to be a good point to start!
Thanks [1] http://fusesource.com/docs/esb/4.2/deploy_osgi/BestPractices-PaxExam.html 2010/8/3 Johan Edstrom <[email protected]> > You can certainly use features in your build. > > In your @Config > > > > scanFeatures(mavenBundle().groupId("edu.ucar.ral.wcsri").artifactId("wcsri").type("xml").classifier("features").versionAsInProject() > > , "ncar-security", "gds-datamodel", > "gds-service-native_embedded", "wcsri-coverage-utilities").update(true), > > > > On Aug 3, 2010, at 3:49 AM, 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 > > Johan Edstrom > > [email protected] > > They that can give up essential liberty to purchase a little temporary > safety, deserve neither liberty nor safety. > > Benjamin Franklin, Historical Review of Pennsylvania, 1759 > > > > > >
