summaryrefslogtreecommitdiff
path: root/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-11-18 17:05:42 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-11-18 17:05:42 +0000
commit44eb14ecc7a7bf7ff72a09ade60eb176e4056855 (patch)
tree0263d966584bf72e1ec6d35b035613170887c7b0 /BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
parente1c2a812a7c07d27dfada918f6e349257e63ac83 (diff)
downloadmocca-44eb14ecc7a7bf7ff72a09ade60eb176e4056855.tar.gz
mocca-44eb14ecc7a7bf7ff72a09ade60eb176e4056855.tar.bz2
mocca-44eb14ecc7a7bf7ff72a09ade60eb176e4056855.zip
TODO: CardReaderFactory.setConfiguration(SMCCConfiguration)
Issue #MOCCA-759 - disablePinpad not configurable git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@841 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKULocal/src/main/webapp/WEB-INF/applicationContext.xml')
-rw-r--r--BKULocal/src/main/webapp/WEB-INF/applicationContext.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
index 62590257..fbbf1e1f 100644
--- a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
@@ -25,6 +25,14 @@
<property name="configurationResource" ref="configurationResource" />
</bean>
+ <bean id="smccConfiguration" class="at.gv.egiz.bku.local.spring.SMCCConfigurationFactoryBean">
+ <property name="configuration" ref="configuration"/>
+ </bean>
+
+ <bean id="readerFactory" class="at.gv.egiz.smcc.reader.ReaderFactory">
+ <property name="configuration" ref="smccConfiguration"/>
+ </bean>
+
<bean id="sslPKIProfile" class="at.gv.egiz.bku.spring.PKIProfileFactoryBean">
<property name="configuration" ref="configuration"/>
<property name="trustProfileId" value="SSL"/>