David Bosschaert created DOSGI-122:
--------------------------------------
Summary: CXF DOSGi does not work with ctx.getServiceReferences()
Key: DOSGI-122
URL: https://issues.apache.org/jira/browse/DOSGI-122
Project: CXF Distributed OSGi
Issue Type: Bug
Components: Discovery
Affects Versions: 1.4
Reporter: David Bosschaert
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira