[
https://issues.apache.org/jira/browse/KARAF-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated KARAF-3533:
----------------------------------------
Affects Version/s: (was: 3.0.3)
eik-3.0.0
> 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)