On Fri, Aug 28, 2015 at 8:33 AM, Robert Munteanu <[email protected]> wrote: > 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?
Well, that's an option, give up on @Inject in the test. Thanks. > > Robert > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

