I'd like to use the pax exam karaf support to launch karaf, but then run a unit test where the test itself is plain old java code that is not OSGi and not inside the container. The point here is to talk to a web service inside the container from outside.
Is there a model for this?
