I am using Fluent NHibernate for my mappings.
I am able to Save and Find an Object. However, I am unable to Delete or Update an Object. When I look at the SQL output using NUnit, no SQL code is generated when calling the SaveOrUpdate or Delete methods and no error is thrown either.
I saw this article while doing a Google search:
http://stackoverflow.com/questions/9418 ... nhibernateHowever, the company that I work at has the Session wrapped inside of an NHibernateHelper Class, so I wouldn't be able to call flush, if that is the issue.
Tomorrow, I will continue to try to find out what the problem is, just thought I would come here and ask as well.