You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2016/05/05 14:13:12 UTC

[jira] [Created] (KARAF-4518) Feature resolver considers bundle start-level but not feature start-level

Jean-Baptiste Onofré created KARAF-4518:
-------------------------------------------

             Summary: Feature resolver considers bundle start-level but not feature start-level
                 Key: KARAF-4518
                 URL: https://issues.apache.org/jira/browse/KARAF-4518
             Project: Karaf
          Issue Type: Bug
          Components: karaf-feature
    Affects Versions: 4.0.1
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré


When deploying the following feature:

{code}
<feature name="my" version="1.0">
  <bundle start-level="25">...</bundle>
</feature>
{code}

Then, the bundle is actually started with start-level 25 as expected.

However, if we deploy the following feature:

{code}
<feature name="my" version="1.0" start-level="25">
  <bundle>...</bundle>
</feature>
{code}

The {{start-level}} attribute is ignored and the bundle starts with the default Karaf start level (80).

The features resolver should first check if {{start-level}} is defined at feature level before using the default Karaf start level.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)