2 Replies Latest reply on Apr 30, 2003 10:22 AM by tassilo

    UsersRolesLoginModule

    tassilo

      Hello,

      has anybody managed to install several UsersRolesLoginModules - so I mean more than just one ?

      Tassilo

        • 1. Re: UsersRolesLoginModule

          I'm not sure I understood your doubt. Do you mean you have more than one application and want one UsersRolesLoginModule for each one?

          Regards,
          Alphonsus.

          • 2. Re: UsersRolesLoginModule
            tassilo

            yes. I actually solved it already. The problem was a valid entry of a session bean in the jboss.xml. However, the classes where missing. Strangely, jboss then did not handle the security right, even though the bean was not used anywhere. You can try it yourself. Just make an entry to your jboss.xml and add a session bean. You dont need classes or anything for the bean. Then deploy it. Now jboss will not accept additional UsersRolesLoginModule sections. Dont ask me why.