Hi, I'm attempting to prototype using Pax Exam to test OSGi services and am running into problems getting the Felix container loaded with all required bundles.
We have several features.xml files that are used to load the OSGi container. Unfortunately, we haven't specified all the dependencies that well, so I can't just say, "Test feature A". In order to speed things up, I was wondering if there was a way to have Pax Exam load all the dependencies exposed via the features file. Currently, I'm typing feature's name, which is extremely slow. Any help or pointers to documentation is appreciated.
