3 Replies Latest reply on Dec 29, 2004 6:38 AM by sradford

    DynamicLoginConfig problems

    sradford

      Hi,

      I have deployed my own ServerLoginModule via the DynamicLoginConfig (in a sar within an ear, called ear1). It is deployed as xxxRealm.

      When I connect to EJB's deployed withing ear1, secured by the xxxRealm all works fine.

      I now have a second ear, say ear2, which deploys more ejbs, secured by the above xxxRealm.

      However, when I try to access the ejbs in in ear2 I get nowhere.

      I get the classic [org.jboss.ejb.plugins.SecurityInterceptor] Authentication exception, principal=(null or XXX) deplending on wherever I do the client login or not.

      When accessing these ear2 ejbs my ServerLoginModule does not get initialised (no log messages). Any ideas why?

      Regards,

      Sean

      (using Jboss-3.2.6)