On Fri, 2015-08-28 at 08:29 -0400, Benson Margulies wrote: > I hope that this is a Felix question and not an Aries question ... > > I have a managed service. I want to write a test that tries it out > with several different configurations. So, my pax-exam test @Injects > the service, and @Injects configuration admin. However, once I've > poked the new config, how do I wait for my service to reload?
Use a ServiceTracker? Robert --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

