diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2014-03-03 20:16:40 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2014-03-03 20:16:40 +0000 |
commit | 54d3297738cac7c693bdf53094194054782de890 (patch) | |
tree | 2fbe3511f904ed86d0f8c204ef39fe6e3353d207 /BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml | |
parent | 4163572db6a360e676d2f15c6955eee1bc2ec22c (diff) | |
download | mocca-54d3297738cac7c693bdf53094194054782de890.tar.gz mocca-54d3297738cac7c693bdf53094194054782de890.tar.bz2 mocca-54d3297738cac7c693bdf53094194054782de890.zip |
Allow to initialize IssuerTemplate cache via config
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1302 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml')
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml index f85875c9..7534a9c9 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml @@ -78,8 +78,9 @@ <bean id="identityLinkInfoboxFactory" class="at.gv.egiz.bku.slcommands.impl.IdentityLinkInfoboxFactory"> <property name="identityLinkTransformer"> - <bean class="at.gv.egiz.idlink.IdentityLinkTransformer"> + <bean class="at.gv.egiz.bku.slcommands.impl.IdentityLinkTransformer"> <property name="urlDereferencer" ref="urlDereferencer"/> + <property name="configuration" ref="configuration"/> </bean> </property> </bean> |