Hello, the company Iam workin on uses NHibernate 1.1 as OR Mapper. A switch to the newer one can't be done at the moment and I have to fix a major problem so every help is welcome.
I get a type identifier mismatch when calling the refresh method of different objects. All of these Objects have Many-To-One associations. I have had the same problem on simple select or delete such a object and could fix it by using a custom delete or select command with the inner join fetch statement in the hql for the many-to-ones wich had the problem. Now for the refresh part there is no way to use a custom select. Do I have errors in my Mapping ???? Or why that occurs so often. regards Sebastian -- 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.
