Hello, first I have tried to make a small script. But I could reproduce the problem. Finally I included the source code of nHibernate to find out, what is going on. I saw in the sophisticated code, that nHibernate called a method to clear the data, that in my case triggers the delete-method. Therefore I could fix the problem.
Martin09 Am Samstag, 14. März 2015 15:03:15 UTC+1 schrieb [email protected]: > > I use Fluent (version 1.4.0.0) and nHibernate (Version 3.3.4.4000) for my > Software Project. During a transaction I persist some entity object in the > database. But when I commit the transaction, nHibernate reverts all > changes, which is not intented. I habe installed log4net and configured the > DEBUG traces. But this traces Shows me only, that the entities will be > deleted from the database. > It Shows not the reason, why the entities will be deleted. There is not > Exception, that will be thrown or anything else. > > Where can I find the appropriate Information, to figure out what is going > on and to fix the Problem? > > Any help would be appreciate. > > Martin09 > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
