Those properties point to another entity Person which is assigned in the
listeners via Session.Load<>
this all used to work quite nice when I had my POID generator specified
as "sequence-identity" (we use sequences in Oracle)
today I tried to switch POID generator to "sequence" which would allow
me to utilize batching which I also enabled.
Here's where I started getting this exception:
collection: [Person.FooBars] was not processed by flush()
the exception happens only when the Session.Load<> in my event listeners
doesn't already have the Person I'm requested accessible (that is only
when Load<Person> returns a proxy). If I load the person beforehand (and
not in the listener) the exception does not occur.
Any ideas what the reason for that is and how do I fix it?
Krzysztof
--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To post to this group, send email to nhu...@googlegroups.com.
To unsubscribe from this group, send email to nhusers+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
2011/5/8, Krzysztof Kozmic <krzyszto...@gmail.com>:
--
Enviado desde mi dispositivo móvil