Jochen Walz created KARAF-3533:
----------------------------------

             Summary: 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
    Affects Versions: 3.0.3
         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)

Reply via email to