]
Brett Meyer reassigned ISPN-3923:
---------------------------------
Assignee: Brett Meyer (was: Mircea Markus)
Infinispan bundle resolution fails
----------------------------------
Key: ISPN-3923
URL:
https://issues.jboss.org/browse/ISPN-3923
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 6.0.0.Final
Environment: Eclipse Virgo
Reporter: Mathilde Ffrench
Assignee: Brett Meyer
Priority: Trivial
Labels: osgi
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.