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 /bkucommon/src/test/resources/at | |
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 'bkucommon/src/test/resources/at')
-rw-r--r-- | bkucommon/src/test/resources/at/gv/egiz/bku/slcommands/testApplicationContext.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bkucommon/src/test/resources/at/gv/egiz/bku/slcommands/testApplicationContext.xml b/bkucommon/src/test/resources/at/gv/egiz/bku/slcommands/testApplicationContext.xml index 7d7c967f..fffabb47 100644 --- a/bkucommon/src/test/resources/at/gv/egiz/bku/slcommands/testApplicationContext.xml +++ b/bkucommon/src/test/resources/at/gv/egiz/bku/slcommands/testApplicationContext.xml @@ -53,8 +53,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> @@ -165,4 +166,4 @@ </property> </bean> -</beans>
\ No newline at end of file +</beans> |