You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Ioannis Canellos (Created) (JIRA)" <ji...@apache.org> on 2011/10/12 23:15:12 UTC

[jira] [Created] (KARAF-934) Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.

Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.
-----------------------------------------------------------------------------------------------------------

                 Key: KARAF-934
                 URL: https://issues.apache.org/jira/browse/KARAF-934
             Project: Karaf
          Issue Type: New Feature
            Reporter: Ioannis Canellos
            Assignee: Ioannis Canellos


Currently when dropping a feature in the deploy folder it automatically starts all features (including transient).
However, there are cases that the use doesn't want to install all of them. We need to provide a way to select which of the features are to be installed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (KARAF-934) Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.

Posted by "Ioannis Canellos (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioannis Canellos resolved KARAF-934.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.0
                   2.2.5

Committed on trunk.
Also committed for branch 2.2.x (separately). 
                
> Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-934
>                 URL: https://issues.apache.org/jira/browse/KARAF-934
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently when dropping a feature in the deploy folder it automatically starts all features (including transient).
> However, there are cases that the use doesn't want to install all of them. We need to provide a way to select which of the features are to be installed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (KARAF-934) Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.

Posted by "Jamie goodyear (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear closed KARAF-934.
--------------------------------

    
> Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-934
>                 URL: https://issues.apache.org/jira/browse/KARAF-934
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently when dropping a feature in the deploy folder it automatically starts all features (including transient).
> However, there are cases that the use doesn't want to install all of them. We need to provide a way to select which of the features are to be installed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-934) Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.

Posted by "David Jencks (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126244#comment-13126244 ] 

David Jencks commented on KARAF-934:
------------------------------------

Lets also consider lining up karaf feature support more with what's in the osgi subsystem spec.  There, a subsystem (including a feature) is a jar with some manifest-like files indicating its contents (and isolation, etc etc).  In particular there isn't an idea of a "feature repository" containing several features.  I think you can represent a "feature repository" with an obr xml repository document, but I haven't tried.

>From this point of view, the problem is that we should be using features rather than feature repositories.  Then its pretty clear what to do if you deploy a single feature.
                
> Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-934
>                 URL: https://issues.apache.org/jira/browse/KARAF-934
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>
> Currently when dropping a feature in the deploy folder it automatically starts all features (including transient).
> However, there are cases that the use doesn't want to install all of them. We need to provide a way to select which of the features are to be installed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-934) Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.

Posted by "Ioannis Canellos (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126437#comment-13126437 ] 

Ioannis Canellos commented on KARAF-934:
----------------------------------------

We will need to have a closer look at the subsystem spec.
                
> Provide a way to select which features are to be installed when dropping a descriptor to the deploy folder.
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-934
>                 URL: https://issues.apache.org/jira/browse/KARAF-934
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently when dropping a feature in the deploy folder it automatically starts all features (including transient).
> However, there are cases that the use doesn't want to install all of them. We need to provide a way to select which of the features are to be installed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira