[jboss-osgi-issues] [JBoss JIRA] Updated: (JBOSGI-153) Cannot parse Import-Package parameters

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Oct 14 10:31:06 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBOSGI-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated JBOSGI-153:
----------------------------------

    Fix Version/s:  JBossOSGi 1.0.0 Beta5
                       (was:  JBossOSGi 1.0.x)


> Cannot parse Import-Package parameters
> --------------------------------------
>
>                 Key: JBOSGI-153
>                 URL: https://jira.jboss.org/jira/browse/JBOSGI-153
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jboss-osgi-framework
>            Reporter: Thomas Diesler
>            Assignee: Adrian Brock
>             Fix For:  JBossOSGi 1.0.0 Beta5
>
>
>       //Bundle-Name: NotBundleA
>       //Bundle-Version: 1.0.0
>       //Bundle-SymbolicName: org.jboss.test.osgi.classloader.notbundleA
>       //Export-Package: org.jboss.test.osgi.classloader.support.a
>          //Bundle-Name: BundleA
>          //Bundle-Version: 1.0.0
>          //Bundle-SymbolicName: org.jboss.test.osgi.classloader.bundleA;test=x
>          //Export-Package: org.jboss.test.osgi.classloader.support.a;version=1.0.0;test=x
>             
>             //Bundle-Name: BundleB
>             //Bundle-SymbolicName: org.jboss.test.osgi.classloader.bundleB
>             //Import-Package: org.jboss.test.osgi.classloader.support.a;bundle-symbolic-name=org.jboss.test.osgi.classloader.bundleA
> 09:04:56,492 INFO  [FrameworkEventsPluginImpl] Bundle INSTALLED: Bundle{org.jboss.test.osgi.classloader.bundleB:0.0.0}
> 09:04:56,502 INFO  [BundleResolver] #1 *****************************************************************
> 09:04:56,502 INFO  [BundleResolver] Unresolved bundles: [Bundle{org.jboss.test.osgi.classloader.bundleB:0.0.0}]
> 09:04:56,503 INFO  [BundleResolver] Resolving: Bundle{org.jboss.test.osgi.classloader.bundleB:0.0.0}
> 09:04:56,504 INFO  [BundleResolver] Resolved: Bundle{org.jboss.test.osgi.classloader.bundleB:0.0.0}
>   org.jboss.test.osgi.classloader.support.a Bundle{org.jboss.test.osgi.classloader.notbundleA:1.0.0}
> 09:04:56,504 INFO  [BundleResolver] END *****************************************************************
> The resolver does not see 
> bundle-symbolic-name=org.jboss.test.osgi.classloader.bundleA
> and incorrectly maps to 
> Bundle{org.jboss.test.osgi.classloader.notbundleA:1.0.0}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list