Hi Benson, I don't think replace the ClassPathXmlApplicationContext with the GenericApplicationContext is a good idea. GenericApplicationContext do not support refresh :(
Can you elaborate your requirement of adding more definition by using XmlBeanDefinitionReaders? And It is interesting to have the child contexts, can you also explain it ? Willem. bmargulies wrote: > > If BusApplicationContext extended GenericApplicationContext instead of > the ClassPathXml... thing it implements now, then more definitions could > be added later by using XmlBeanDefinitionReaders. I'm working on an idea > that would make use of this. Would anyone object to a patch that just > made this change (changing the BusApplicationContext)? Or would is there > a preference to create child contexts of the main Bus context for > situations like this? > > > -- View this message in context: http://www.nabble.com/GenericApplicationContext-for-BusApplicationContext-tf4403714.html#a12566180 Sent from the cxf-dev mailing list archive at Nabble.com.
