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 2010/08/02 14:33:15 UTC

[jira] Commented: (FELIX-2508) Web Console does not show all components

    [ https://issues.apache.org/jira/browse/FELIX-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894543#action_12894543 ] 

Felix Meschberger commented on FELIX-2508:
------------------------------------------

Replaced TreeMap used for sorting by a Comparator implementation used together with Arrays.sort in Rev. 981484.

> Web Console does not show all components
> ----------------------------------------
>
>                 Key: FELIX-2508
>                 URL: https://issues.apache.org/jira/browse/FELIX-2508
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.1.2
>
>
> Multiple component instances may have same component name thus causing only one of these to actually be listed by the Components display.
> Multiple component instances may exist for Compononent Factory components created with the newInstance method or for regular componnents created due to multiple factory configurations.
> Only one is listed, because all components are gathered in a map first to be able to order them by component name before rendering. This causes duplicate components to be removed, though. To still have order-by-name another mechanism for sorting must be implemented.

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