Index: lams_central/conf/xdoclet/web-settings.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/web-settings.xml,v diff -u -r1.20 -r1.21 --- lams_central/conf/xdoclet/web-settings.xml 27 Mar 2009 18:29:49 -0000 1.20 +++ lams_central/conf/xdoclet/web-settings.xml 1 Jul 2009 02:39:12 -0000 1.21 @@ -9,9 +9,9 @@ This refBeanContext.xml contains definition of the shared context. It is located by this entry: locatorFactorySelector - classpath*:/org/lamsfoundation/lams/**/beanRefContext.xml + classpath:/org/lamsfoundation/lams/beanRefContext.xml - telling to look for refBeanContext.xml files in selected parts of the classpath. + telling to look for refBeanContext.xml files in selected part of the classpath. Currently LAMS has only one refBeanContext.xml with one shared context definition. Lams_central uses only beans from the shared context "context.central". That is why there is no value @@ -22,13 +22,20 @@ If there are local (private for web application; see tools and admin for example) bean definitions, path to application context XML file can still be added to contextConfigLocation. --> + + + contextClass + org.jboss.spring.factory.VFSXmlWebApplicationContext + contextConfigLocation locatorFactorySelector - classpath*:/org/lamsfoundation/lams/**/beanRefContext.xml + classpath:/org/lamsfoundation/lams/beanRefContext.xml parentContextKey