Try this
| public static void main(String[] args) {
| System.setSecurityManager(new SecurityManager() {
| @Override
| public void checkPermission(Permission perm, Object context) {
| }
| @Override
| public void checkPermission(Permission perm) {
| }
| });
| ...
| }
|
Regards
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091066#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...