2 Replies Latest reply on Nov 25, 2002 8:16 AM by geertvds

    mixing public and private site

    geertvds

      Hi,

      I have an application with a couple of Session beans. I want to impose restrictions on one Session bean, so it can only be used by the admin. The other Session beans have to stay free for use though. Whenever I call my free beans, I get 'Insufficient method permissions'. In ejb-jar.xml I have assigned the role 'everyone' to those methods, and in login-config.xml I have put <module-option name="unauthenticatedIdentity">everyone</module-option>
      Doesn't work though...
      Any hints ??

      Thx.