You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2007/03/19 11:08:32 UTC

[jira] Updated: (FELIX-258) Support Configuration Admin configuration

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

Felix Meschberger updated FELIX-258:
------------------------------------

    Attachment: FELIX-258.diff

Attaching a patch supporting configurability:

   * Query Config Admin for configuration
   * Listen to configuration changes and deactivate/activate on event
   * ComponentContext.getProperties returns private Dictionary as required by the spec

This patch also contains support for the Bundle.getBundleContext() method, which seems to be coming with OSGi 4.1 (see https://issues.apache.org/jira/browse/FELIX-158) and which is already implemented in the framework's BundleImpl class.

> Support Configuration Admin configuration
> -----------------------------------------
>
>                 Key: FELIX-258
>                 URL: https://issues.apache.org/jira/browse/FELIX-258
>             Project: Felix
>          Issue Type: Improvement
>          Components: Declarative Services
>            Reporter: Felix Meschberger
>         Attachments: FELIX-258.diff
>
>
> 112.6, Component Properties, and 112.7, Deployment, state that the Configuration Admin service must be queried for configuration properties to provide to the ComponentContext.
> I will attach a patch, which provides this integration.

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