From 4996857ee3c27b2ef6de8d1bff6be104b6e5cb80 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Wed, 11 Feb 2009 11:38:44 +0000 Subject: [PATCH] LMS-740 bug fixed concerning interface name SVN: 9791 --- openbis/source/java/genericApplicationContext.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/source/java/genericApplicationContext.xml b/openbis/source/java/genericApplicationContext.xml index 6ae298a9e46..017f70467c1 100644 --- a/openbis/source/java/genericApplicationContext.xml +++ b/openbis/source/java/genericApplicationContext.xml @@ -85,7 +85,7 @@ <bean id="etl-service" class="org.springframework.aop.framework.ProxyFactoryBean"> <property name="proxyInterfaces"> <list> - <value>ch.systemsx.cisd.openbis.generic.shared.ILIMSService</value> + <value>ch.systemsx.cisd.openbis.generic.shared.IETLLIMSService</value> </list> </property> <property name="target"> -- GitLab