Hi, The NHibernateFacility version 2.0 RC breaks the Query<> API of NHibernate. I can do QueryOver<> but Query<> throws a NullReferenceException.
I believe it should be easy to fix as it's an internal change in NHibernate between version 3.0.0.4000 and 3.1.0.4000 (I've read somewhere). Unfortunately I don't think I'm able to fix it, but does someone know of a workaround to get the Query<> API working? Thanks, Kenneth On Wed, Mar 16, 2011 at 20:43, John Simons <[email protected]>wrote: > Even this one is out :) > Henry is on fire! > > Wouldn't it be good if Craig releases the WCF Facility too, wink > wink!!! > > Henry, thanks + congrats on all these releases. > > Cheers > John > > On Mar 15, 12:26 pm, Henry Conceição <[email protected]> > wrote: > > Hi all, > > > > I would like to announce that NHibernate Facility 2.0 RC is out. Here > > is the change list since from beta 3: > > > > - Updated to NHibernate 3.1.0 G > > - Updated to Core 2.5.2 and Windsor 2.5.3 > > - Updated to Services Tx 2.5.0 and Auto Tx 2.5.1 > > > > - NHibernate Facility Event Listeners Configuration (Facilities-99) > > - XmlConfigurationBuilder for NHibernate's own configuration file > > (Facilities-106) > > - Lazy Session Factory Inititialization (Facilities-112) > > - Facility needs a way to modify Configuration instance (Facilities-113) > > - Persistent Configuration Builder (Facilities-116) > > - IConfigurationBuilder for Individual factories. (Facilities-119) > > - Support Stateless Session in NHibernate Facility (Facilities-142) > > - Derive the filename from session factory ID or alias when not > > explicitly specified. (Facilities-117) > > - Derive dependant files from the <assemblies></assemblies> node > > entries (common usage) when not explicitly specified.(Facilities-117) > > - Fluent Configuration initial support > > > > - Fixed: DefaultSessionManager should remove session from session > > store if transaction enlistment fails (Facilities-103) > > - Fixed: Transaction RespourceAdapter needs to implement IDisposable > > (Facilities-129) > > > > Download link: > http://sourceforge.net/projects/castleproject/files/NHibernate%20Faci... > > > > Cheers, > > Henry Conceição > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Development List" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/castle-project-devel?hl=en. > > -- Med venlig hilsen / Kind regards Kenneth Siewers Møller -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
