I am working on a small example project that has two bundles. The first bundle publishes a service and the second contains the test that tries to read/test the presence of the service in one of its @Test methods. I also iterate through the list of installed bundles and print their state. All the bundles, except the first bundle (that exposes the service) are in the Active state. I have tried using #state(), #state(true) but the state of the bundle remains the same (Installed). Unless the bundle goes into Starting/Active state, the services won't get registered and I can't test it. I have tried installing the first bundle separately using the OSGi console and it works fine. The services are registered properly. But the same doesn't work when the bundle is provisioned in the test. Am I missing something here?
Thanks in advance. --- Best regards, Neeraj
_______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general