I'm using ContextSingletonBeanFactoryLoader with my EAR to have a logic context at the EAR level. I'd like my WAR context to extend that logic context but I can't see how to configure the war to use beanRefFactory.xml in order to extend an existing context. What am I missing?


Reply With Quote