I greatly appreciate your advice. I've been working very hard to find the solution of that. As you metioned in reply, OSGi v4.3 core spec introduced some Hook services like EventHook in the package of org.osgi.framework.hooks.bundle and EventHook which work as service listener in the package of ...hooks.service. I thought that I could handle it before some kinds of events such as Bundle Install/Stop whatever delivered to OSGi framework by BundleHost class. But, in case of bundle event hook, If I removed any BundleContexts from collection, I could prevent the event from being delivered to the only associated bundles, not original bundle. And it is asynchronous, so tricky. I've looked ConditionalPermissionAdmin before. And I want to try it. But If i add only -Djava.security.manager argument in the VM option, Geronimo didn't start.
thanks JB -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/OSGi-Bundle-Permissions-on-Geronimo-tp3985671p3985689.html Sent from the Users mailing list archive at Nabble.com.
