Description
CXF-DOSGi doesn't find a remote service is the lookup is done with the following OSGi API:
bundleContext.getServiceReferences()
However it does work fine when using a ServiceTracker.
This is probably caused by a missing FindHook (see the OSGi Core Specification, Service Hooks chapter).
We also need to make sure that getServiceReference() and getAllServiceReferences() works.