When trying to add a List to the database by using HasMany with a
RelationType.List, on create() it will throw a violates primary key
constraint exception. This is cause by an update being run after the
entire list has been saved to the database where it goes through and
starts to change the primary keys and tries to set two different rows
to the same primary key. Any reason why this would be happening?

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to