You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/01/29 13:35:05 UTC

[jira] Commented: (SLING-712) Adapt Sling Launcher code to new Felix framework launcher mechanism

    [ https://issues.apache.org/jira/browse/SLING-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668459#action_12668459 ] 

Felix Meschberger commented on SLING-712:
-----------------------------------------

Upgraded the base launcher to Felix Framewrok 1.4.1 in Rev. 738835

This upgrade requires some changes to internal workings and some changes to properties.

The felix.cache.profiledir property is now replaced by the org.osgi.framework.storage property and the felix.startlevel.framework property is replaced by the org.osgi.framework.startlevel property. If the sling.properties file still contains either of the old properties, the propery is migrated to the new name and written to the sling.properties file again.

In addition, the osgi-core-packages and osgi-compendium-packages properties are modified to accommodate the added (or modified) API. To enable replacing any existing osgi-core-packages and osgi-compendium-packages properties in the sling.properties file, the launcher JAR contains the sling.osgi-core-packages and sling.osgi-compendium-packages properties, which will replace the existing properties of the same name (without the "sling." prefix).

> Adapt Sling Launcher code to new Felix framework launcher mechanism
> -------------------------------------------------------------------
>
>                 Key: SLING-712
>                 URL: https://issues.apache.org/jira/browse/SLING-712
>             Project: Sling
>          Issue Type: Improvement
>    Affects Versions: Launchpad Base 2.0.2
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: Launchpad Base 2.0.4
>
>         Attachments: SLING-712.patch
>
>
> The Felix framework has modified the launcher mechanism since the 1.0.4 release. As soon as we updated to a more recent Felix framework version, most probably 1.4.0, we also have to update the launcher code to integrate with Felix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.