As part of DS enabling a lot of our code, I am testing how to compose services after finding out that reference annotations are not inherited. But I am facing a much more basic issue dealing with service ranking.
Made a trivial example of an interface with one method and 2 implementation and with one having a higher service ranking. I always get the same one to execute and not the one I expect (only get the other if I comment the @Component reference on CoreUtils and then it refreshes with ExtUtils. What is wrong with my approach. [image: image.png]
_______________________________________________ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev