You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Tim Moloney (JIRA)" <ji...@apache.org> on 2009/06/24 19:26:07 UTC

[jira] Created: (FELIX-1276) There is no way to get all the Feature information from the FeaturesService

There is no way to get all the Feature information from the FeaturesService
---------------------------------------------------------------------------

                 Key: FELIX-1276
                 URL: https://issues.apache.org/jira/browse/FELIX-1276
             Project: Felix
          Issue Type: Improvement
          Components: Karaf
            Reporter: Tim Moloney


There is no way to get Feature information from the FeaturesService, other than "string-scraping", which only provides name, version, and state.

Add a way to get the Feature objects so that all the Feature information can be accessed (depedencies, bundles, configuration, etc.).


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


[jira] Updated: (FELIX-1276) There is no way to get all the Feature information from the FeaturesService

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

Tim Moloney updated FELIX-1276:
-------------------------------

    Attachment: FELIX-1276-isInstalled.patch

Close, but your changes don't include the isInstalled(Feature f) method.  I've attached a patch to include this method.

> There is no way to get all the Feature information from the FeaturesService
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-1276
>                 URL: https://issues.apache.org/jira/browse/FELIX-1276
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Tim Moloney
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.0
>
>         Attachments: FELIX-1276-GetFeatures.patch, FELIX-1276-isInstalled.patch
>
>
> There is no way to get Feature information from the FeaturesService, other than "string-scraping", which only provides name, version, and state.
> Add a way to get the Feature objects so that all the Feature information can be accessed (depedencies, bundles, configuration, etc.).

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


[jira] Updated: (FELIX-1276) There is no way to get all the Feature information from the FeaturesService

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

Tim Moloney updated FELIX-1276:
-------------------------------

    Attachment:     (was: FELIX-1276-GetFeatures.patch)

> There is no way to get all the Feature information from the FeaturesService
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-1276
>                 URL: https://issues.apache.org/jira/browse/FELIX-1276
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Tim Moloney
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.0
>
>         Attachments: FELIX-1276-isInstalled.patch
>
>
> There is no way to get Feature information from the FeaturesService, other than "string-scraping", which only provides name, version, and state.
> Add a way to get the Feature objects so that all the Feature information can be accessed (depedencies, bundles, configuration, etc.).

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


[jira] Closed: (FELIX-1276) There is no way to get all the Feature information from the FeaturesService

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

Tim Moloney closed FELIX-1276.
------------------------------


> There is no way to get all the Feature information from the FeaturesService
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-1276
>                 URL: https://issues.apache.org/jira/browse/FELIX-1276
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Tim Moloney
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.0
>
>         Attachments: FELIX-1276-isInstalled.patch
>
>
> There is no way to get Feature information from the FeaturesService, other than "string-scraping", which only provides name, version, and state.
> Add a way to get the Feature objects so that all the Feature information can be accessed (depedencies, bundles, configuration, etc.).

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


[jira] Reopened: (FELIX-1276) There is no way to get all the Feature information from the FeaturesService

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

Guillaume Nodet reopened FELIX-1276:
------------------------------------


> There is no way to get all the Feature information from the FeaturesService
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-1276
>                 URL: https://issues.apache.org/jira/browse/FELIX-1276
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Tim Moloney
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.0
>
>         Attachments: FELIX-1276-isInstalled.patch
>
>
> There is no way to get Feature information from the FeaturesService, other than "string-scraping", which only provides name, version, and state.
> Add a way to get the Feature objects so that all the Feature information can be accessed (depedencies, bundles, configuration, etc.).

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


[jira] Resolved: (FELIX-1276) There is no way to get all the Feature information from the FeaturesService

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

Guillaume Nodet resolved FELIX-1276.
------------------------------------

       Resolution: Fixed
    Fix Version/s: karaf-1.0.0
         Assignee: Guillaume Nodet

I think this issue has been solved as port of my latest commits around the management layer for features (FELIX-1457).

> There is no way to get all the Feature information from the FeaturesService
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-1276
>                 URL: https://issues.apache.org/jira/browse/FELIX-1276
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Tim Moloney
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.0
>
>         Attachments: FELIX-1276-GetFeatures.patch
>
>
> There is no way to get Feature information from the FeaturesService, other than "string-scraping", which only provides name, version, and state.
> Add a way to get the Feature objects so that all the Feature information can be accessed (depedencies, bundles, configuration, etc.).

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


[jira] Updated: (FELIX-1276) There is no way to get all the Feature information from the FeaturesService

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

Tim Moloney updated FELIX-1276:
-------------------------------

    Attachment: FELIX-1276-GetInstalledFeatures.patch

This patch adds the following method to FeaturesService.

Feature[] getInstalledFeatures()


> There is no way to get all the Feature information from the FeaturesService
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-1276
>                 URL: https://issues.apache.org/jira/browse/FELIX-1276
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Tim Moloney
>         Attachments: FELIX-1276-GetInstalledFeatures.patch
>
>
> There is no way to get Feature information from the FeaturesService, other than "string-scraping", which only provides name, version, and state.
> Add a way to get the Feature objects so that all the Feature information can be accessed (depedencies, bundles, configuration, etc.).

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


[jira] Updated: (FELIX-1276) There is no way to get all the Feature information from the FeaturesService

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

Tim Moloney updated FELIX-1276:
-------------------------------

    Attachment:     (was: FELIX-1276-GetInstalledFeatures.patch)

> There is no way to get all the Feature information from the FeaturesService
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-1276
>                 URL: https://issues.apache.org/jira/browse/FELIX-1276
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Tim Moloney
>
> There is no way to get Feature information from the FeaturesService, other than "string-scraping", which only provides name, version, and state.
> Add a way to get the Feature objects so that all the Feature information can be accessed (depedencies, bundles, configuration, etc.).

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


[jira] Updated: (FELIX-1276) There is no way to get all the Feature information from the FeaturesService

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

Tim Moloney updated FELIX-1276:
-------------------------------

    Attachment: FELIX-1276-GetFeatures.patch

This is a more complete implementation, which includes:
- three new methods for FeaturesService
    Feature[] getFeatures();
    Feature[] getInstalledFeatures();
    boolen isInstalled(Feature f);
- deprecation of the old methods in FeaturesService
    String[] listFeatures();
    String[] listInstalledFeatures();
- an updated implementation of the "features/list" command


> There is no way to get all the Feature information from the FeaturesService
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-1276
>                 URL: https://issues.apache.org/jira/browse/FELIX-1276
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Tim Moloney
>         Attachments: FELIX-1276-GetFeatures.patch
>
>
> There is no way to get Feature information from the FeaturesService, other than "string-scraping", which only provides name, version, and state.
> Add a way to get the Feature objects so that all the Feature information can be accessed (depedencies, bundles, configuration, etc.).

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


[jira] Resolved: (FELIX-1276) There is no way to get all the Feature information from the FeaturesService

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

Guillaume Nodet resolved FELIX-1276.
------------------------------------

    Resolution: Fixed

URL: http://svn.apache.org/viewvc?rev=803186&view=rev


> There is no way to get all the Feature information from the FeaturesService
> ---------------------------------------------------------------------------
>
>                 Key: FELIX-1276
>                 URL: https://issues.apache.org/jira/browse/FELIX-1276
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>            Reporter: Tim Moloney
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.0
>
>         Attachments: FELIX-1276-isInstalled.patch
>
>
> There is no way to get Feature information from the FeaturesService, other than "string-scraping", which only provides name, version, and state.
> Add a way to get the Feature objects so that all the Feature information can be accessed (depedencies, bundles, configuration, etc.).

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