Hi want to register a facility (Db4oFacility) that requires some configuration. I can do this with XML but for my integration tests, I'd prefer using an XML-less method. However, there IConfiguration is get-only in AbstractFacility and the only way to add a IConfiguration would be calling Init(IKernel, IConfiguration) myself in the OnCreate-delegate.
Is this possible (I believe that makes the facility init twice) or is there another way? -Markus -- 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.
