diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-06-25 17:01:14 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-06-25 17:01:14 +0000 |
commit | e75f30d8d51fa33fc778c31c1b0312cf10de8e45 (patch) | |
tree | ab5e46d09ef8b139781a3b754e245a0669750df3 /BKULocal | |
parent | 69e0dbee3567fc3a710d7bffad4d03e64edd7daa (diff) | |
download | mocca-e75f30d8d51fa33fc778c31c1b0312cf10de8e45.tar.gz mocca-e75f30d8d51fa33fc778c31c1b0312cf10de8e45.tar.bz2 mocca-e75f30d8d51fa33fc778c31c1b0312cf10de8e45.zip |
disable pinpad
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@376 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKULocal')
-rw-r--r-- | BKULocal/src/main/webapp/WEB-INF/applicationContext.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml index 2ddd46a1..b219fdd8 100644 --- a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml +++ b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml @@ -98,6 +98,11 @@ <property name="resource" value="file:${user.home}/.mocca/conf/defaultConf.properties"/>
<property name="certValidator" ref="certValidator"></property>
</bean>
-
-
+
+ <!-- Begin MOCCA Configuration [REFACTORED]
+ | Configuration beans (no conf properties file) should be injected directly to module configurators.
+ | Currently, only the ReaderFactory configuration is considered.
+ |-->
+ <import resource="file:${user.home}/.mocca/conf/mocca-conf.xml"/>
+
</beans>
\ No newline at end of file |