So, At start-level 75, I have some bundles that register some services. But, of course, it takes a moment for them to start.
Meanwhile, at start level 80, I have a bundle that uses blueprint to inject a list of all these services. I find that it starts before all the services are on-board. Is org.apache.aries.blueprint.synchronous=true the way to go here? The alternative seems to be some fairly complex code.
