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 2007/10/01 11:20:50 UTC

[jira] Created: (SLING-25) Wrong version number for system export package org.osgi.service.event

Wrong version number for system export package org.osgi.service.event
---------------------------------------------------------------------

                 Key: SLING-25
                 URL: https://issues.apache.org/jira/browse/SLING-25
             Project: Sling
          Issue Type: Bug
          Components: Launcher
    Affects Versions: 2.0.0
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: 2.0.0


The Sling launcher provides and exports the org.osgi.service.event package as a framework system package. The real version included is 1.1 from the Apache Felix OSGi compendium package. But the sling.properties refers to the package as of version 1.0.1.

Due to this situation, the Felix Event Admin implementation and any client bundles may resolve to different packages and hence to different instances of the EventAdmin interface.

The sling.properties file must be fixed to refer to version 1.1.

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


[jira] Closed: (SLING-25) Wrong version number for system export package org.osgi.service.event

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed SLING-25.
----------------------------------

    Resolution: Fixed

Fixed to the correct version number included in the launcher.

The orgi.osgi.util.tracker package version was also wrong and has been fixed.

Fixed in Rev. 580898

> Wrong version number for system export package org.osgi.service.event
> ---------------------------------------------------------------------
>
>                 Key: SLING-25
>                 URL: https://issues.apache.org/jira/browse/SLING-25
>             Project: Sling
>          Issue Type: Bug
>          Components: Launcher
>    Affects Versions: 2.0.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> The Sling launcher provides and exports the org.osgi.service.event package as a framework system package. The real version included is 1.1 from the Apache Felix OSGi compendium package. But the sling.properties refers to the package as of version 1.0.1.
> Due to this situation, the Felix Event Admin implementation and any client bundles may resolve to different packages and hence to different instances of the EventAdmin interface.
> The sling.properties file must be fixed to refer to version 1.1.

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