Juergen Weber [
http://community.jboss.org/people/weberj] created the discussion
"Re: invoking an EJB over iiop"
To view the discussion, visit:
http://community.jboss.org/message/625672#625672
--------------------------------------------------------------
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
[
http://community.jboss.org/message/625672#625672]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]