[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Security access

scott.stark@jboss.org do-not-reply at jboss.com
Thu Dec 13 15:08:35 EST 2007


You have to be running with a SecurityManager enabled to see this, which mean you need to have a valid security policy defined. The base test class that enables the SecurityManager should also be installing the test specific policy. I don't remember off the top of my head what this class is. The error you show means that the CodeSource for the current jboss-dependency.jar has not been granted the "java.lang.RuntimePermission getClassLoader" permission. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112703#4112703

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112703



More information about the jboss-dev-forums mailing list