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 2015/02/25 10:03:05 UTC

[jira] [Updated] (KARAF-3533) Karaf EIK: no start of bundles with start level > 80

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

Jean-Baptiste Onofré updated KARAF-3533:
----------------------------------------
    Component/s: eik-core

> Karaf EIK: no start of bundles with start level > 80
> ----------------------------------------------------
>
>                 Key: KARAF-3533
>                 URL: https://issues.apache.org/jira/browse/KARAF-3533
>             Project: Karaf
>          Issue Type: Bug
>          Components: eik-core
>    Affects Versions: eik-3.0.0
>         Environment: Eclipse Luna, Karaf 3.0.3, latest Karaf EIK from github
>            Reporter: Jochen Walz
>
> Bundles in the run configuration set to start level > 80 won't start, even if org.osgi.framework.startlevel.beginning is set to a higher level in config.properties.
> Most probably, the reason is that in KarafLaunchConfigurationDelegate.java, the respective Equinox property is set with: equinoxProperties.put(OSGI_START_LEVEL_KEY, defaultStartLevel.toString()), with the defaultStartLevel being 80. Most probably, the correct value for OSGI_START_LEVEL_KEY would be the org.osgi.framework.startlevel.beginning value from config.properties.



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