Hello, I'm trying to test a declarative service in Eclipse using JUnit Plug-in test.
It works quite fine, but "sometimes" my service is not found... I guess that is because the bundle loading order is not guaranty in OSGi and so, sometimes, the bundle containing the declarative service is loading after my test was running... How to configure Eclipse/JUnit to fix that problem? Thanks and regards, Anthony

