[infinispan-issues] [JBoss JIRA] (ISPN-3923) Infinispan bundle resolution fails
Mathilde Ffrench (JIRA)
issues at jboss.org
Fri Jan 24 05:10:28 EST 2014
Mathilde Ffrench created ISPN-3923:
--------------------------------------
Summary: Infinispan bundle resolution fails
Key: ISPN-3923
URL: https://issues.jboss.org/browse/ISPN-3923
Project: Infinispan
Issue Type: Bug
Components: Core API
Affects Versions: 6.0.0.Final
Environment: Eclipse Virgo
Reporter: Mathilde Ffrench
Assignee: Mircea Markus
Priority: Trivial
In bundle infinispan-commons-6.0.0.Final, the MANIFEST file contains sun.misc import. This package is a system package which is in the boot delegation package list and consequently should not be imported by bundles as it is managed by JVM boot classloader (http://wiki.osgi.org/wiki/Boot_Delegation) ...
I guess that sun.misc is also a bootdelegated package in many other OSGI container like Apache Felix so the sun.misc package should be remove from import list.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list