That does sound like the problem I'm having. It's when a filter is applied to associations and the fetch join doesnt return related entities because of the filter.
If there was a way to tell nhibernate not to apply the filter to associations that are fetch joined, that would fix the problem. Sean On Apr 5, 11:38 am, Diego Mijelshon <[email protected]> wrote: > This seems related - same issue with > one-to-many:http://216.121.112.228/browse/NH-1927 > > Diego > > On Mon, Apr 5, 2010 at 12:12, Diego Mijelshon <[email protected]>wrote: > > > > > Is it a multiple-filter thing? > > It looks more like a problem with filter + fetch join, if I understood the > > issue correctly. > > > Diego > > > On Mon, Apr 5, 2010 at 11:57, Fabio Maulo <[email protected]> wrote: > > >> 2010/4/5 Diego Mijelshon <[email protected]> > > >> It looks like a bug... the filter should probably be on the join clause. > >>> You can open an issue athttp://jira.nhforge.org/. Make sure to include > >>> a failing test. > > >> A patch with test applying multiple filters is welcome. > >> -- > >> Fabio Maulo > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "nhusers" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<nhusers%[email protected] > >> > > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/nhusers?hl=en. -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
