[nhusers] Web application and session manager

2013-03-16 Thread shitgoogle
Hello We have an asp.net web application and we use for the session management the managed_web. Now somebody would like to use multithreading in the web application and to change the session management to thread_static. I'm not quite sure about the outcome, but I think that all the requests

Re: [nhusers] How to fetch grandchildren by ISession.QueryOverT()

2013-03-16 Thread Richard (gmail)
Hi, I think the syntax is: session.QueryOverParent() .Fetch(p = p.Children).Eager .Fetch(p = p.Children[0].GrandChilden).Eager .List(); (Note, you don’t need ListParent(), just List() is enough when it matches the root query type). If your collection is exposed as an IEnumerable,

[nhusers] NHibernate issue deleting from entities with subselect

2013-03-16 Thread abx78
I have two joined subclass reading from the same table having as a discriminator a nullable field. I have been able to read the two entities using a subselect like this: joined-subclass name=EntityA table=t_entity subselect=SELECT * FROM t_entity WHERE t_entity.discriminator is not

[nhusers] Re: Iesi.Collections 4.0.1 available

2013-03-16 Thread ReverseBlade
Is it possible to have a Iesi.Collections with Portable Class Library compatibility ? On Sunday, February 10, 2013 11:53:01 AM UTC+2, Oskar Berggren wrote: Hi, Iesi.Collections 4.0.1 is now available on NuGet and Sourceforge. It is a minor update with a single change: ** Bug *