JBoss Community

Re: invoking an EJB over iiop

created by Juergen Weber in Beginner's Corner - View the full discussion

>

I tried in vain to set a more specific Permission than java.security.AllPermission

 

This set works (I found out using IBM's JDK, Sun's would not tell about the getClassLoader Permission):

 

  permission java.net.SocketPermission "myserver", "resolve, connect";

 

  permission java.lang.RuntimePermission "getClassLoader";

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community