1 Reply Latest reply on Aug 4, 2009 11:32 PM by joblini

    Enable to authenticate using Identitymanager

    jyothi.a_jyothisree.yahoo.co.in
      Hi

      I have 3 entities User,Role,UserRole .

      I have configured the User and Role entities in the component.xml file as
          <security:jpa-identity-store
             user-class="com.infyz.toms.entity.User"
           role-class="com.infyz.toms.entity.Role"/>

      and commented authenticate()

      <!-- <security:identity authenticate-method="#{authenticator.authenticate}" remember-me="true"/> -->

      I have used the    in user n role entity             
      @UserPrincipal for username

      @UserPassword for password

      @UserRole for userRole
      @RoleName for RoleNAme

      When i try to authenticate i m getting the User Querry executed in the Jboss Server
      but it is not authenticating.......


      Y is this soo....

      do i need to do anything more to authenticate using IdentityManger

      and how do i solve this .....

      Thnks