I created a simple AuditInterceptor: EmptyInterceptor now I wonder how can I register this new interceptor with my application using Windsor?

link|improve this question

66% accept rate
feedback

1 Answer

Use the NHibernate facility, then register a Castle.Facilities.NHibernateIntegration.IConfigurationContributor implementation that adds your interceptor to the NHibernate.Cfg.Configuration instance (by calling SetInterceptor())

link|improve this answer
thanks @mausch do you know is it possible to register using windsor.boo? – c.sokun Aug 25 '09 at 2:03
I don't think so... – Mauricio Scheffer Aug 26 '09 at 15:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.