SOLVED: I fixed my own issue the problem was I had different case in my HBM file to a property upper-case in the property but lower case when it was used in a relationship
On Jul 1, 4:30 pm, Dave <[email protected]> wrote: > I have made a Generic class that adds paging and criteria. > > When I call > > criteria.SetMaxResults(limit.Value).SetFirstResult(start.Value); > > I get the error "The column xxx was specified multiple times for > query" > Is this bug in nHibernate v2.0.1 ? or my own bug? > > I had similar code using a DetachedCriteria and calling it manually > and it worked. > > Cheers > Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
