diff options
Diffstat (limited to 'BKULocal/src/main/webapp/WEB-INF/applicationContext.xml')
-rw-r--r-- | BKULocal/src/main/webapp/WEB-INF/applicationContext.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml index 8b0f1204..e96bd088 100644 --- a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml +++ b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml @@ -28,6 +28,7 @@ scope="singleton">
<constructor-arg ref="STALFactory"></constructor-arg>
<constructor-arg ref="commandInvoker"></constructor-arg>
+ <constructor-arg ref="configuration"></constructor-arg>
</bean>
<bean
class="org.springframework.web.context.support.ServletContextAttributeExporter">
|