Nhibernate id 问题
identifier of an instance of SampleWorkFlow.Workflow altered from f6277ff3-255e-45a0-bc3b-1f26633c2b25 (System.Guid) to 08cb6b31-255e-45a0-bc3b-1f26633c2b25 (System.Guid)
我的程序加载对象时报这个错,用了spring.net和Nhibernate 1.2,不知道是什么原因
按javaeye上的说法,是spring在处理nhibernate的session时挂了,但我检查到是
NHibernate.Impl.SessionImpl.AddEntry()方法时出了问题,object的key和value里的key不对应了。