Yep, I've thought about it. It is posiible to subscribe for event before installing new configuration and tailor it as flow of component registrations and unsubscribe ufter conf is loaded. But this approach is more likely a dirty hack then honest solution. Other solution that i can think about is applying xslt befor loading xml configuration, but it also looks dirty. What i was asking about is some logic in windsor configuration able to handle such filtering.
On 25 мар, 00:36, Tuna Toksoz <[email protected]> wrote: > There is ComponentRegistering event in microkernel but not sure about > facilities. > > Tuna Toksöz > Eternal sunshine of the open source mind. > > http://devlicio.us/blogs/tuna_toksozhttp://tunatoksoz.comhttp://twitter.com/tehlike > > On Wed, Mar 24, 2010 at 5:44 PM, Konstantin <[email protected]>wrote: > > > > > I'm building application extensibility model on top of Windsor. Each > > plugin has it's own config file and IWindsorInstaller implementation. > > When loading plugin the config file is processed with XmlInterpreter > > and installed to container then the plugin IWindsorInstaller > > implementation is installed. > > > I need to limit the registrations loaded from plugin configuration > > file. e.g. Facilities should not be registered, all defined components > > should belong to plugin assembly etc. > > > Is it feasible with windsor? > > > -- > > You received this message because you are subscribed to the Google Groups > > "Castle Project Users" group. > > To post to this group, send email to [email protected] > > . > > To unsubscribe from this group, send email to > > [email protected]<castle-project-users%2Bun > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/castle-project-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en.
