WARN NHibernate.Engine.Loading.LoadContexts [(null)] - fail-safe
cleanup (collections) :
NHibernate.Engine.Loading.CollectionLoadContext<rs=NHibernate.Driver.NHybridDataReader>
probably related to that:
from Page page
left join fetch page.Parent p
left join fetch page.Children c
where page.Path = :path
and page.IsPublished = 1
and c.IsVisibleInNavigation = 1
and c.IsPublished = 1
anyone has a clue what's wrong here?
--
Jan
I don't think anything is wrong really/nothing you have written wrong. Hibernate had the same "problem".
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2936
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2795