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#4091066
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091066
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user