Re: Registering a Facility Twice throws an exception

2011-01-31 Thread Dru Sellers
I wouldn't add one facility inside of another Why not? Just curious. Context: This is a part of an internal support framework, one of the goals is to decrease the amount of moving pieces for our developers. -d On Mon, Jan 31, 2011 at 1:29 PM, Jason Meckley jasonmeck...@gmail.comwrote: I

Re: Registering a Facility Twice throws an exception

2011-01-31 Thread Mauricio Scheffer
Doesn't GetFacilities() work as expected? -- Mauricio On Mon, Jan 31, 2011 at 3:33 PM, Dru Sellers d...@drusellers.com wrote: Dim wc As New WindsorContainer wc.AddFacility(Of TypedFactoryFacility)() wc.AddFacility(Of TypedFactoryFacility)() Error There is a

Re: Registering a Facility Twice throws an exception

2011-01-31 Thread Jason Meckley
I'm not familiar with getfacilities(). that may be another option. I don't like adding facilities from within one another, for the scenario you are currently facing. what if 2 different 3rd party facilities add the typed factory facility? you could resolve the scenario you are facing. to keep

Castle Windsor WCF Client service registration based on convention

2011-01-31 Thread Adam Langley
Hi guys, I posted this question on Stack Overflow, and havent received a response, so I thought I would post it where all the Castle brains are - and include a link just in case someone wants to share the answer there too: http://stackoverflow.com/questions/4823901/castle-windsor-wcf-client-ser