[jboss-user] [JNDI/Naming/Network] - Re: JWS rmi on EJB fails with AccessControlException: access

_alfredo_ do-not-reply at jboss.com
Wed Oct 3 09:53:16 EDT 2007


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



More information about the jboss-user mailing list