You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rafael Peña García created an issue — 5th September 2011, 20:27:20:
When using stateless sessions the Generate method in class NHibernate.Id.ForeignGenerator fail because there is an explicit cast from ISessionImplementor to ISession, so when working with stateless sessions, the cast fail because StatelessSessionImplementor implements IStatelessSession instead of ISession.