User development,

A new message was posted in the thread "Security problems with 
org.jboss.test:jboss-test 1.1.5.GA":

http://community.jboss.org/message/530194#530194

Author  : Adrian Brock
Profile : http://community.jboss.org/people/[email protected]

Message:
--------------------------------------------------------------
Looks like a bug to me, but I don't see any recent changes in the code that 
would cause the problem?

The SecurityManager shouldn't be installed until it runs 
AbstractTestDelegate.setUp()
The error above is happening in the constructor of the delegate.
 
Its only after that happens that you can do:
 
delegate.enableSecurity = true;
 
Most likely, there is a security manager still around from a previous test?

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/530194#530194


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to