Skip to content
Snippets Groups Projects
Commit 4996857e authored by felmer's avatar felmer
Browse files

LMS-740 bug fixed concerning interface name

SVN: 9791
parent 27363768
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment