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 2009/06/12 14:12:07 UTC

[jira] Created: (FELIX-1230) Configuration Page depends on ManagedService[Factory] instances to be registered for components

Configuration Page depends on ManagedService[Factory] instances to be registered for components
-----------------------------------------------------------------------------------------------

                 Key: FELIX-1230
                 URL: https://issues.apache.org/jira/browse/FELIX-1230
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-1.2.10
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: webconsole-1.2.12


The configuration page retrieves configuration to edit from the configuration admin and checks for ManagedService services for the respective PIDs.

This gets incomplete results if there are no ManagedService services or if a component is backed by a ManagedServiceFactory (like factory components). Since FELIX-1223 will effectively remove the used of ManagedService[Factory] services, this current mechanism is bound to fail anyway.

The fix is to use the MetaTypeService to return all MetaTypeInformation available for pids (singleton configurations) or factory pid (factory configurations).

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


[jira] Closed: (FELIX-1230) Configuration Page depends on ManagedService[Factory] instances to be registered for components

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-1230.
------------------------------------

    Resolution: Fixed

Implemented the use of the MetaTypeService to get available descriptors in Rev. 784089

> Configuration Page depends on ManagedService[Factory] instances to be registered for components
> -----------------------------------------------------------------------------------------------
>
>                 Key: FELIX-1230
>                 URL: https://issues.apache.org/jira/browse/FELIX-1230
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-1.2.10
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-1.2.12
>
>
> The configuration page retrieves configuration to edit from the configuration admin and checks for ManagedService services for the respective PIDs.
> This gets incomplete results if there are no ManagedService services or if a component is backed by a ManagedServiceFactory (like factory components). Since FELIX-1223 will effectively remove the used of ManagedService[Factory] services, this current mechanism is bound to fail anyway.
> The fix is to use the MetaTypeService to return all MetaTypeInformation available for pids (singleton configurations) or factory pid (factory configurations).

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