Tagged Questions
0
votes
2answers
518 views
Register an Interceptor with Castle Fluent Interface
I am trying to implement nhibernate transaction handling through Interceptors and couldn’t figure out how to register the interface through fluent mechanism.
I see a
...
0
votes
1answer
2k views
Castle Interceptors With Fluent Interface
I'm trying to get an interceptor I've written to work, but for some reason it doesn't seem to be instantiating the interceptor when I request my components. I'm doing something like this (forgive me ...