Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
framework-1.6.0
-
None
-
None
Description
The org.apache.felix.framework.SecurityActivator and org.apache.felix.framework.SecurityProviderImpl classes have a dependency on the org.apache.felix.framework.FelixBundle class, which seems to have been removed since Felix 1.4 (which, BTW, works fine with the PermissionAdmin service).
Most but not all of the required methods seem to be available in org.apache.felix.framework.BundleImpl now. Further changes involve using IModule instead of IContentLoader.