From: NHibernate J. <mik...@us...> - 2006-11-13 19:04:56
|
[ http://jira.nhibernate.org/browse/NH-419?page=all ] Sergey Koshcheyev updated NH-419: --------------------------------- Fix Version: (was: LATER) 1.2.0.CR1 > Adding relation name when throwing a cascade error > -------------------------------------------------- > > Key: NH-419 > URL: http://jira.nhibernate.org/browse/NH-419 > Project: NHibernate > Type: Improvement > Components: Core > Versions: 1.0.1 > Reporter: Ayende Rahien > Fix For: 1.2.0.CR1 > > I recently go the following exception: > NHibernate.ObjectDeletedException : deleted object would be re-saved by cascade (remove deleted object from associations): 18, of class: Model.Assignment > As you can see, it doesn't say what is the relation that is causing this. I had to resort to debugging NHibernate in order to find out (there were several, actually). > It would be much easier if we could get the relation that is causing the problem. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |