You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2012/10/01 18:43:07 UTC

[jira] [Resolved] (KARAF-608) Allow for multi-stage boot features installation

     [ https://issues.apache.org/jira/browse/KARAF-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider resolved KARAF-608.
---------------------------------------

    Resolution: Fixed
    
> Allow for multi-stage boot features installation
> ------------------------------------------------
>
>                 Key: KARAF-608
>                 URL: https://issues.apache.org/jira/browse/KARAF-608
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-feature
>    Affects Versions: 2.1.5, 2.2.0
>            Reporter: Gert Vanthienen
>            Assignee: Christian Schneider
>             Fix For: 3.0.0
>
>
> Currently, all boot features specified are installed in a single go: all the bundles get installed, resolved and then afterwards get started.  This works fine for most features, but there are a few scenarios where it would be nice to allow installing the boot features in a few independent batches.
> One example is ServiceMix' use of OBR in the features.  You can install OBR support through a feature, but it needs to be installed before resolving the other features to allow the Features' OBR Resolver support to kick in.  We have now worked around this in ServiceMix by adding the OBR feature's bundle to the startup.properties file, but it would be nice to have a simpler solution.
> Another example is a feature that include a war: url for adding web applications.  That requires the war feature to be installed and started before attempting the installation of the web application feature.
> We could e.g. allow adding parentheses to group parts of the boot features that need to be installed in a single batch.  Something like (obr,war),activemq,cxf,camel,jbi could install the 'war' and 'obr' feature in a first batch and the do the rest as usual.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira