NHibernate.StaleStateException : Unexpected row count: 0; expected: 1
Got the same error message but it was triggered by a delete. The simple reason was the entry had been deleted before already.
I'm pretty sure you'll need to add a <version/>
property to your MeetingAdministrator
class to have this working propertly. See this article for further discussion.