You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2010/07/20 16:44:52 UTC

[jira] Updated: (DOSGI-41) Remove simple-pojo demo (temporarily) as its currently not supported

     [ https://issues.apache.org/jira/browse/DOSGI-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bosschaert updated DOSGI-41:
----------------------------------

    Fix Version/s: 1.2

> Remove simple-pojo demo (temporarily) as its currently not supported
> --------------------------------------------------------------------
>
>                 Key: DOSGI-41
>                 URL: https://issues.apache.org/jira/browse/DOSGI-41
>             Project: CXF Distributed OSGi
>          Issue Type: Bug
>            Reporter: David Bosschaert
>            Assignee: David Bosschaert
>             Fix For: 1.2
>
>
> The D-OSGi simple_pojo demo makes use of a way of interacting with the OSGi Service Registry that's currently not supported. 
> Instead of using a ServiceListener or ServiceTracker, the demo polls the BundleContext.getServiceReference(). Although technically allowed, it's not a recommended approach in using OSGi Services. 
> This way of interacting will be supported in the future and is handled via the RFC 126 FindHook. However, Felix does not yet implement this part of RFC 126.
> Once supported by Felix a demo like this can be added back in.
> BTW the DOSGi greeter demo is also very simple and suitable for people getting familiar with DOSGi. The greeter demo uses a ServiceTracker and hence doesn't have this problem. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.