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/12/02 08:17:21 UTC

[jira] Created: (FELIX-1912) Bundles without categories are never displayed in the bundle repository list

Bundles without categories are never displayed in the bundle repository list
----------------------------------------------------------------------------

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


Reported by Gerry Woods on the dev list:

> Hi,
> It seems that the WebConsole "OSGi Repository" page will only display OBR
> resources that have a category defined.  We do not define categories so none
> of our bundles show up.  Is there a reason for this or is it simply a bug?
> Thanks for any insights,
> Gerry

Issue is, that bundles without any categories are never listed. It also looks like the selection code is suboptimal: if all categories are desired, we don't have to inspect the bundle categories, we just list the bundle.

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


[jira] Resolved: (FELIX-1912) Bundles without categories are never displayed in the bundle repository list

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

Felix Meschberger resolved FELIX-1912.
--------------------------------------

    Resolution: Fixed

Committed a fix in Rev. 886067.

Actually the "all categories" situation cannot be optimized because we have to scan the categories of all resources to be able to build the category selection list.

> Bundles without categories are never displayed in the bundle repository list
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-1912
>                 URL: https://issues.apache.org/jira/browse/FELIX-1912
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-2.0.2
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-2.0.4
>
>
> Reported by Gerry Woods on the dev list:
> > Hi,
> > It seems that the WebConsole "OSGi Repository" page will only display OBR
> > resources that have a category defined.  We do not define categories so none
> > of our bundles show up.  Is there a reason for this or is it simply a bug?
> > Thanks for any insights,
> > Gerry
> Issue is, that bundles without any categories are never listed. It also looks like the selection code is suboptimal: if all categories are desired, we don't have to inspect the bundle categories, we just list the bundle.

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


[jira] Work started: (FELIX-1912) Bundles without categories are never displayed in the bundle repository list

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

Work on FELIX-1912 started by Felix Meschberger.

> Bundles without categories are never displayed in the bundle repository list
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-1912
>                 URL: https://issues.apache.org/jira/browse/FELIX-1912
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-2.0.2
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-2.0.4
>
>
> Reported by Gerry Woods on the dev list:
> > Hi,
> > It seems that the WebConsole "OSGi Repository" page will only display OBR
> > resources that have a category defined.  We do not define categories so none
> > of our bundles show up.  Is there a reason for this or is it simply a bug?
> > Thanks for any insights,
> > Gerry
> Issue is, that bundles without any categories are never listed. It also looks like the selection code is suboptimal: if all categories are desired, we don't have to inspect the bundle categories, we just list the bundle.

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


[jira] Closed: (FELIX-1912) Bundles without categories are never displayed in the bundle repository list

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

Carsten Ziegeler closed FELIX-1912.
-----------------------------------


> Bundles without categories are never displayed in the bundle repository list
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-1912
>                 URL: https://issues.apache.org/jira/browse/FELIX-1912
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-2.0.2
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-2.0.4
>
>
> Reported by Gerry Woods on the dev list:
> > Hi,
> > It seems that the WebConsole "OSGi Repository" page will only display OBR
> > resources that have a category defined.  We do not define categories so none
> > of our bundles show up.  Is there a reason for this or is it simply a bug?
> > Thanks for any insights,
> > Gerry
> Issue is, that bundles without any categories are never listed. It also looks like the selection code is suboptimal: if all categories are desired, we don't have to inspect the bundle categories, we just list the bundle.

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