Windsor: Register class which implements multiple interfaces

2009-01-05 Thread Robert M.
I have a class which implements two interfaces. I've registered a component with Windsor with the first interface. ResolveIFirstInterface provides me the proper object for the specified interface. How should I register the component so that when I request ResolveISecondInterface, Windsor to

Re: Windsor: Register class which implements multiple interfaces

2009-01-05 Thread Ayende Rahien
ForwardT On Mon, Jan 5, 2009 at 11:52 PM, Robert M. robertcmir...@gmail.com wrote: I have a class which implements two interfaces. I've registered a component with Windsor with the first interface. ResolveIFirstInterface provides me the proper object for the specified interface. How should