[Mono-bugs] [Bug 595863] Crash when using nhibernate with bidirectional many-to-many relation
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Apr 12 14:50:51 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=595863
http://bugzilla.novell.com/show_bug.cgi?id=595863#c1
--- Comment #1 from Marcus Henriksson <marcus at in-process.se> 2010-04-12 18:50:50 UTC ---
forgot the entity classes:
public class Product
{
public virtual long Id { get; protected set; }
public IList<Rule> Rules { get; set; }
}
public class Rule
{
public virtual long Id { get; protected set; }
public IList<Product> Products { get; set; }
}
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list