1 Reply Latest reply on Jun 19, 2007 12:42 PM by dreuzel

    identity addRole   returns false   and no roles are added

      I'm trapping the security in my application using identity as advised in seam.


      i add roles from the database to the iddentity using


      for all roles
      boolean sts=identity.addRole( nextroleTXT)


      Identity seems to resonds using false and the roles are not
      set (hasRole ,,,, none ....



      Any suggestions
      roles are important for security