View Single Post
  #3 (permalink)  
Old 06-12-2007, 05:33 PM
bbq bbq is offline
Senior Member
 
Join Date: Jun 2007
Posts: 134
bbq is on a distinguished road
The problem is your second mapping, you have a relationship many-to-one with "user" but you define a tag "column" when actually must define 2 of the user (you defined a composite-id for this object with 2 columns)

Good luck
Reply With Quote