Index: lams_central/conf/xdoclet/web-settings.xml
===================================================================
diff -u -rb6544cfe682554653a9590c0bf74ed52186d71ff -r6ea112b9b57636ff8cf428beaf3e91df321aa0d9
--- lams_central/conf/xdoclet/web-settings.xml (.../web-settings.xml) (revision b6544cfe682554653a9590c0bf74ed52186d71ff)
+++ lams_central/conf/xdoclet/web-settings.xml (.../web-settings.xml) (revision 6ea112b9b57636ff8cf428beaf3e91df321aa0d9)
@@ -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