2 Replies Latest reply on Nov 9, 2004 12:18 PM by lpmon

    Login permitted after principal row deleted

    lpmon

      JBoss 3.2.3

      I am using a PRINCIPALS table and ROLES table for users.

      All is well except:

      After deleting a user (principal row and related roles) from the database that user can still login. I am using my own code to do the delete. The principal data must be in a cache somewhere.

      Ideas on how to address this? Is there some JAAS function I need to call? Is there a way to request the principals be reloaded??

      NOTE: If I stop JBoss adnd retstart it the user cannot login.