0 Replies Latest reply on Feb 10, 2009 11:55 PM by meetoblivion

    Identity properties in different classes

    meetoblivion

      I think my data model won't work with the identity store in seam.  In my setup, the firstname/lastname properties are in a different class, profile, which is FK'd from the user object.  How do I tell the IDM feature to use those properties?  the profile is a required FK and those properties are @NotNull and nullable false.