[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Property replacement
adrian@jboss.org
do-not-reply at jboss.com
Tue Jan 23 10:59:51 EST 2007
Hard to tell without seeing the whole code.
I'd guess you have AbstractKernelTest somewhere in your hierarchy?
Which installs a SecurityManager:
| public static AbstractTestDelegate getDelegate(Class clazz) throws Exception
| {
| AbstractTestDelegate delegate = new AbstractTestDelegate(clazz);
| delegate.enableSecurity = true;
| return delegate;
| }
|
The tests get only very basic privilieges, the idea being that we want to make
sure the MC works properly in a restricted environment.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005359#4005359
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005359
More information about the jboss-dev-forums
mailing list