In fact your first message should have been posted 
to https://groups.google.com/forum/#!forum/nhusers I think. It is better 
suited for subjects more or less support related, which your looks a bit 
like since you were not sure whether that was an issue with your code or 
not.

Since your trouble is bounded to auto-flush, it is normal it does not occur 
without a transaction: auto-flush is not enabled on non-transacted queries.

Using a second session is maybe suitable for your case, but depending on 
your transaction patter, it may (scopes) or may not (native transactions) 
see what the first session has already done.

Frédéric. 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"nhibernate-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nhibernate-development+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to