Got it to work!!!!

A part in my code is "getting" services based on a specific filter and this
part was not running in a doPrivileged() block - no exceptions where been
thrown.

Still on the subject of the DM - all my bundles that use it require the
following permissions:
  (java.util.PropertyPermission "*" "read")
  (java.lang.RuntimePermission "accessDeclaredMembers" "")
  (java.lang.reflect.ReflectPermission "suppressAccessChecks" "")

Is this normal?
At the moment I'm guessing that this is because my activator extends
DependencyActivatorBase which requires these permissions.

Thanks
Bokie






--
View this message in context: 
http://apache-felix.18485.n6.nabble.com/framework-security-tp4998719p4998728.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to