You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Achim Nierbeck (JIRA)" <ji...@apache.org> on 2010/12/13 22:46:00 UTC

[jira] Created: (FELIX-2729) Webconsole - Configuration fails to print configuration for bundles without MetatypeService config

Webconsole - Configuration fails to print configuration for bundles without MetatypeService config
--------------------------------------------------------------------------------------------------

                 Key: FELIX-2729
                 URL: https://issues.apache.org/jira/browse/FELIX-2729
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-3.1.6
         Environment: Karaf 2.0.0 and Karaf 2.1.x
            Reporter: Achim Nierbeck


Configurations for bundles without a Metatype configuration are not shown. 

this is probably to the fact that even for the configurations collected from the configuration admin in ConfigManager.listConfiguration()
ObjectClassDefinition from MetatypeService are requested. 
For configurations without metatype.xml this doesn't work, therefore it fails to render the available information about
configurations. This used to be possible in a previous version, unsure which one it was so. 


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


[jira] Updated: (FELIX-2729) Webconsole - Configuration fails to print configuration for bundles without MetatypeService config

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

Achim Nierbeck updated FELIX-2729:
----------------------------------

    Attachment: felix-webconsole.patch

This patch fixes the issue

> Webconsole - Configuration fails to print configuration for bundles without MetatypeService config
> --------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-2729
>                 URL: https://issues.apache.org/jira/browse/FELIX-2729
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.6
>         Environment: Karaf 2.0.0 and Karaf 2.1.x
>            Reporter: Achim Nierbeck
>         Attachments: felix-webconsole.patch
>
>
> Configurations for bundles without a Metatype configuration are not shown. 
> this is probably to the fact that even for the configurations collected from the configuration admin in ConfigManager.listConfiguration()
> ObjectClassDefinition from MetatypeService are requested. 
> For configurations without metatype.xml this doesn't work, therefore it fails to render the available information about
> configurations. This used to be possible in a previous version, unsure which one it was so. 

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


[jira] Resolved: (FELIX-2729) Webconsole - Configuration fails to print configuration for bundles without MetatypeService config

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

Guillaume Nodet resolved FELIX-2729.
------------------------------------

       Resolution: Fixed
    Fix Version/s: webconsole-3.1.8
         Assignee: Guillaume Nodet

> Webconsole - Configuration fails to print configuration for bundles without MetatypeService config
> --------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-2729
>                 URL: https://issues.apache.org/jira/browse/FELIX-2729
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.6
>         Environment: Karaf 2.0.0 and Karaf 2.1.x
>            Reporter: Achim Nierbeck
>            Assignee: Guillaume Nodet
>             Fix For: webconsole-3.1.8
>
>         Attachments: felix-webconsole.patch
>
>
> Configurations for bundles without a Metatype configuration are not shown. 
> this is probably to the fact that even for the configurations collected from the configuration admin in ConfigManager.listConfiguration()
> ObjectClassDefinition from MetatypeService are requested. 
> For configurations without metatype.xml this doesn't work, therefore it fails to render the available information about
> configurations. This used to be possible in a previous version, unsure which one it was so. 

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