perhaps i should also note that when i trace the error after calling

Customer bobby = new Customer(1020);

that the public virtual string Email setter block is processed with
_email being correctly set as [email protected]
after which the trace immediately jumps to error on the

Customer retrievedCustomer =
NHibernateHttpModule.CurrentSession.Get<Customer>(RetrieveID);

(which has already been processed / or in process)

hope this all makes sense ...

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to