You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2008/07/07 03:41:31 UTC

[jira] Resolved: (FELIX-602) Symbolic name system.bundle is not recognized

     [ https://issues.apache.org/jira/browse/FELIX-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall resolved FELIX-602.
-----------------------------------

    Resolution: Fixed

I believe I have resolved this issue. Mitesh, if possible, could you test the trunk to see if it resolves the issue for you? If so, could you please close this issue? Thanks for the feedback.

> Symbolic name system.bundle is not recognized
> ---------------------------------------------
>
>                 Key: FELIX-602
>                 URL: https://issues.apache.org/jira/browse/FELIX-602
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: felix-1.0.4
>            Reporter: Mitesh Meswani
>            Assignee: Richard S. Hall
>            Priority: Minor
>         Attachments: test.jar
>
>
> A test jar has following Manifest entries
> Manifest-Version: 1.0
> Built-By: mitesh
> Export-Package: bar
> Bundle-Version: 1.0.0.SNAPSHOT
> Require-Bundle: system.bundle
> Bundle-Name: test1
> Build-Jdk: 1.5.0_15
> Bundle-ManifestVersion: 2
> Bundle-SymbolicName: mitesh.osgi.test
> When I try to start the bundle. I get following
> -> start 11
> org.osgi.framework.BundleException: Unresolved package in bundle 11: module; (bundle-symbolic-name=system.bundle)
> The spec says following ( Release 4, Version 4.1, section 4.5)
> <snip>
> The system bundle has a bundle symbolic name that is unique for a specific
> version. However, the name system.bundle must be recognized as
> an alias to this implementation-defined name
> </snip>

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