This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: JpaIdentityStore bug: error mapping @UserPrincipal property or field to table columnstefanotravelli Dec 19, 2008 1:00 PM (in response to yangenping)What do you mean by The ORM definition ?If you want a column 'login_id' for the property '_loginId', you should annotate that property with: @UserPrincipal @Column(name = "login_id") private String _loginId; 
- 
        2. Re: JpaIdentityStore bug: error mapping @UserPrincipal property or field to table columnyangenping Dec 23, 2008 4:42 AM (in response to yangenping)yes, I defined the ORM in orm.xml, map the property to column "login_id", but the JpaIdentityStore did't recognize that.
 
    