0 Replies Latest reply on May 26, 2004 9:04 PM by jdmsai

    java.security.AccessControlException

    jdmsai

      Hi,
      I am using java web start to launch a j2ee application deployed on JBOSS. It launchs fine. However, when the client tries to get hold of the EJB (using the home interface create() method, I end up with the exception below:

      java.security.AccessControlException: access denied
      (java.lang.RuntimePermission org.jboss.security.SecurityAssociation.getPrincipalInfo)


      I already granted all permission on the .conf and .policy file. Still getting this problem.

      any idea?