0 Replies Latest reply on May 24, 2005 3:19 PM by nmuralid

    JaasSecurityManangerService Mbean

    nmuralid

      As described in 8.4.2 of the Jboss examples guide, I'm trying to get hold of the current SecurityManager instance.

      InitialContext iniCtx = new InitialContext();
      Object ref = iniCtx.lookup("java:/jaas/chap8-ex2");

      I get a "jaas not bound" exception. I'm not able to find it in the JNDIView either. I am trying this on 4.0.1 witht the default configuration.

      Any suggestions on how to get this working?

      Thanks!
      Nitya