Paul, thank you so much! I owe you one. I will have a look at the link you suggesteed!
About transactions, I will definitely use them. My code now is in a very embrional stage in which I'm trying to do the simplest thing that could possibily work. Augmenting with functionalities as the need arises. So, now, with the (poor) code I showed you the need for transaction is starting to emerge. Yes, I'm not that proud of my current repository implementation too. Still as of now, I haven't come up with a better way to handle multiple insertion through the repository. I thought of using an overload for the Add method which accepts a list of items to be persisted and wraps everything up in a transaction. Then I didn't put it into practice because I was stopped by the behaviour I have exposed in my post. Again, thank you all for you time and efforts! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to fluent-nhibernate@googlegroups.com To unsubscribe from this group, send email to fluent-nhibernate+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en -~----------~----~----~----~------~----~------~--~---