I'm missing something here. fluent-nhibernate does give me access to the NHibernate Configuration before BuildSessionFactory but I don't see what to do with it. The ValidatorEngine.Configure method does not take an instance of NHibernate.Cfg.Configuration.
On Mar 10, 2009, at 2:11 PM, Fabio Maulo wrote: > FNH should give you something before BuildSessionFactory. > something = the configuration with all mappings added. > > Then you have a full integration. > > P.S. take a look to Loquacious > (http://fabiomaulo.blogspot.com/2009/02/nhibernatevalidator-fluent-interface.html > > ) > Available on NHV trunk. > > 2009/3/10 brendanjerwin <[email protected]> > > I'm trying to get Validator to work with mappings created with fluent- > nhibernate. Currently the best plan I have is to have fluent- > nhibernate spit out the mappings it generates and then load them each > into the Validator configuration. > > Is there any better approach? > > > > > -- > 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 -~----------~----~----~----~------~----~------~--~---
