Details
Assignee
UnassignedUnassignedReporter
Stefan SteineggerStefan SteineggerLabels
Components
Affects versions
Priority
MinorWho's Looking?
Open Who's Looking?
Details
Details
Assignee
Unassigned
UnassignedReporter
Stefan Steinegger
Stefan SteineggerLabels
Components
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created October 26, 2012 at 7:15 AM
Updated February 5, 2013 at 11:56 AM
An entity implements ILifecycle. In OnLoad, it accesses a collection of child entities (eg. with foreach). Usually this works, because OnLoad is called after initializing everything.
Except when calling session.Merge on the detached entity. Then it results in
NHibernate.LazyInitializationException : illegal access to loading collection
The same happens when registering a PostLoad event handler that accesses the children. It was just easier to reproduce with ILifecycle.
I created a test that reproduces it. (Should be stored to NHibernate.Test\Classic to work out of the box.)