diff options
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> |