tags:

views:

25

answers:

1

Hi, i have a weird issue when committing changes in NHibernate. It doesn't throw an error but only about 20% of the time the changes are committed to the database. I know it sounds like a strange question and without code you won't be able to help much but i was just wondering what's the best way to debug this. Appreciate your advice. Thanks

A: 

Without any other details, all I can recommend is to enable logging and/or use nhprof to diagnose it.

Mauricio Scheffer
Hi cheers the logging helped clear things up.
nfplee