Hi everybody! I'm starting to experiment more with OSGi and I have a bundle that I want to right some integration tests for. The bundle relies on the pax-web-extender to register a servlet. So what I'd like to do is use something like HttpUnit to test it. I'd like to use something similar to the maven-cargo-plugin to start the OSGi container(s) of choice and deploy the bundle under test and any other bundles that are needed (like the pax-web-extender). Then I can run my tests and after the integration tests ran shutdown the OSGi container.
I looked at Pax Drone but it looks like it doesn't do quite what I want. Is there something out there that already does something similar to what I'm talking about? Or are there plans to extend Drone and add a maven plugin like what I'm talking about? If not, is there any interest in something like that? Rich
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
