2 Replies Latest reply on Dec 27, 2005 2:53 AM by chaituu

    AccessControlExceptionaccess denied (java.lang.RuntimePermis

    chaituu

      while doing ejb remote look up i am getting no security manager and java.security.AccessControlException: access denied (java.lang.RuntimePermission createSecurityManager)

      so i added in run.bat file

      -Djava.security.policy=policy.all now its working;

      without doing all these things can i do remote lookup without adding this kind of security policies?