Sling does not properly startup with the latest Felix framework 1.5.0-SNAPSHOT
(and 1.6.0 release candidate)
------------------------------------------------------------------------------------------------------------
Key: SLING-905
URL: https://issues.apache.org/jira/browse/SLING-905
Project: Sling
Issue Type: Bug
Components: Launchpad Launcher
Affects Versions: Launchpad Base 2.0.4
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: Launchpad Base 2.0.4
The launchpad base provides the property
org.osgi.framework.startlevel
in its sling.properties file, which is intended to define the initial start
level for the framework. The latest R 4.2 Core Specification draft (dated
2009/03/10) defines this property to be
org.osgi.framework.startlevel.beginning
As a consequence Sling remains in start level 1 after startup.
To fix this, the property should be renamed in the sling.properties file and
the Sling launcher should migrate any occurrence of the older property
org.osgi.framework.startlevel to the new name (as is already done with the
previous Felix specific property felix.startlevel.framework)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.