summaryrefslogtreecommitdiff
path: root/BKUOnline
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-05-27 15:21:57 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-05-27 15:21:57 +0000
commite91a7c1b77d8e36a7268cc6c7cf8a6aba72f449f (patch)
tree7a002247ba80b6c12b9d750848f2949e1e5a3c75 /BKUOnline
parent00b274ad1a06a3a5d5a824cbb8dab6c13dc8e315 (diff)
downloadmocca-e91a7c1b77d8e36a7268cc6c7cf8a6aba72f449f.tar.gz
mocca-e91a7c1b77d8e36a7268cc6c7cf8a6aba72f449f.tar.bz2
mocca-e91a7c1b77d8e36a7268cc6c7cf8a6aba72f449f.zip
Added 'failOnMissingResource' property to ConfigurationFactoryBean.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@745 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline')
-rw-r--r--BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml
index 6ed5ec3e..ca5ffccc 100644
--- a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml
@@ -23,6 +23,7 @@
<bean id="configuration" class="at.gv.egiz.bku.spring.ConfigurationFactoryBean">
<property name="configurationResource" ref="configurationResource" />
+ <property name="failOnMissingResource" value="true" />
</bean>
<bean id="sslPKIProfile" class="at.gv.egiz.bku.spring.PKIProfileFactoryBean">