That issue is about a duplication of filter clause wrote in 'join' AND in 'where' clauses. Sean is talking about the clause appear only in 'where' clauses. Sean, please try to use HQL instead Criteria (I know you are using Criteria) and let me know the difference.
2010/4/5 Diego Mijelshon <[email protected]> > 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 at http://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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- 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]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
