Hi Frederic
Thanks for your help.
Do you know where I can download the current source for v4? I cannot see the v4 branch in NHibernate's GitHub page and would like to test if the changes committed to this branch fix my issue.
Thanks in advance,
Michael
On Monday, 27 May 2013 09:24:40 UTC+1, Frédéric Delaporte wrote:Hello,Now your failing test does look like a bug in NHibernate. Since version 3.1, NHibernate has started to use its own proxy implementation rather than asking for choosing one (as Castle proxy), and some bugs have appeared. They have been fixed in "vNext", which I am personally still waiting. (v3.3.3 has been released since, but without the fix, which is probably in the v4 branch.)Look at https://nhibernate.jira.com/browse/NH-3058 and related bugs, maybe there is already one corresponding to your case (I can not check it now, their bug report seems in maintenance).Regards.