osgi - How to add code base java policy permissions in wildfy10 standalone.xml? -
i getting following exception after enabling secmgr flag in standalone.conf , want give code base permission kind of scenario tried adding <permission class="org.osgi.framework.adminpermission" name="*" actions="*"/> didn't work me can me here please ?:
java.security.accesscontrolexception: wfsm000001: permission check failed (permission "("org.osgi.framework.adminpermission" "(id=0)" "context")" in code source "(vfs:/content/myapp.war/web-inf/lib/org.eclipse.equinox.servletbridge_1.2.100.v20120209-2014.jar
Comments
Post a Comment