I've been using OSGi for a while now and I have various solutions to the problems I encountered. I wanted to revisit one of these and see if people had come ...
I have searched the Internet but failed to find a satisfactory answer. What is the threading model present in an OSGi container? Does it simply spawn a new thread to each ...
I'm using Apache Felix 2.0.8
I've implemented a custom Permission that extends BasicPermission, activated the security manager (-Djava.security.manager) and specified my own policy file (-Djava.security.file="file:c:\blabla\myfile.policy")
From simple standalone test (a simple main method ...