You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jamie goodyear (Closed) (JIRA)" <ji...@apache.org> on 2012/01/19 22:36:41 UTC

[jira] [Closed] (KARAF-576) introduce start-level attribute for feature element in features.xml

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

Jamie goodyear closed KARAF-576.
--------------------------------

    
> introduce start-level attribute for feature element in features.xml
> -------------------------------------------------------------------
>
>                 Key: KARAF-576
>                 URL: https://issues.apache.org/jira/browse/KARAF-576
>             Project: Karaf
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.2.1, 3.0.0
>
>
> currently we can specify start-level for a certain bundle in features.xml, in some case we want to specify all bundles in a certain feature with a certain startlevel, to avoid adding start-level for each bundle, we can introduce start-level attribute for feature element, so that each bundle have the start-level specified for hosted feature by default, it a bundle has start-level also, then it will override the one from hosted feature.
> For example,
> <feature name='myfeature' start-level="50">
>       <bundle start-level="55">bundleA</bundle>
>       <bundle>bundleB</bundle>
>       <bundle>bundleC</bundle>
> </feature>
> then  bundleA should have startlevel 55, bundleB and bundleC have startlevel 50 from the hosted myfeature.

--
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