We were looking to upgrade to NHibernate 2.1 GA; but we came across a problem we are not sure how to solve - so are looking for some ideas.
In 2.1, the items property of ISessionFactory was removed (revision 3527 by fabio in a "cleanup" which was not documented in the release notes :( )
Anyway, we were using that items property to pass information which we used during our interceptor implementation. Without that data we can't implement the business rules that we during the OnLoad method of the interceptor.
Anyone have any ideas how we can solve this problem - other than to add the items back to the ISessionFactory in the source ourselves? :)
|