So, I've got a problem here with queued events. If I call bundleContext.getServiceReferences() and then dereference the reference, the activator gets called. If that results in a throw, the resulting event gets queued, and is delivered, eventually. So, I bet that there is some call I can make to 'drain the queue' and ensure that events are delivered. Can you tell me what I do to wait for all such events to be delivered, so I can resynchronize?
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org