Hi, I'm using custom proxies in a manner very similar to the NH unit test NHibernate.Test.DynamicEntity.Interceptor.ProxyInterceptor.
NHibernat.Search uses NHibernateUtil.GetClass to get the type name and store it in the index. The problem is that when the type is dynamically generated the wrong class is stored. I have a solution that involves adding an interface to NH.Search which I add to my proxy. Could someone help point a finger (and my efforts) at a better solution? I've been exploring the path of a custom proxy factory and INHibernateProxy but this involves rather much more than than I like. Thanks /Cristian -- 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.
