Great Query DSL

Update: Ayenda replied with the following
This is Rhino Commons repository + NHibernate Query Generator code.
Ayende posted an example of a great query DSL. Is this real? If so, where can I download this framework?
ICollection<Event> eventsInTwoDays = Repository<Event>.FindAll( Where.Event.ScheduledDate == DateTime.Today.AddDays(2) && [...]

NHibernate/ActiveRecord Bug?

We receive the following exception when our system is under high load. Has anyone else seen this problem? Any ideas?
Exception type: ADOExceptionException message: could not initialize a collection:at NHibernate.Loader.Loader.LoadCollection(ISessionImplementor session, Object id, IType type) at NHibernate.Loader.Collection.CollectionLoader.Initialize(Object id, ISessionImplementor session) at NHibernate.Persister.Collection.AbstractCollectionPersister.Initialize(Object key, ISessionImplementor session) at [...]