Been running into an issue with circular references dealing with ComponentFactory and I'm a bit confused.
I have: @Component class A implements X { @Reference(target = CoreDeleteEObjects.CONFIG_TARGET) private ComponentFactory coreDeleteFactory; .... } and the factory component matching my target has a reference to Y which itself has a reference to X. Granted this fails with "standard" references. But here I was under the impression that the referenced service was the ComponentFactory and that the service would get resolved at startup. Testing indicates that I'm wrong. What part of the puzzle am I missing? Thanks Alain
_______________________________________________ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev