Skip to content
Snippets Groups Projects
Commit f724abca authored by cramakri's avatar cramakri
Browse files

LMS-1780 Fixed applicationContext.xml to refer to moved classes.

SVN: 18156
parent f455b437
No related merge requests found
......@@ -63,7 +63,7 @@
<bean class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="proxyInterfaces">
<list>
<value>ch.systemsx.cisd.openbis.dss.generic.server.IDssServiceRpcGenericInternal</value>
<value>ch.systemsx.cisd.openbis.dss.generic.shared.api.authorization.IDssServiceRpcGenericInternal</value>
</list>
</property>
<property name="interceptorNames">
......
......@@ -28,7 +28,7 @@
<bean class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="proxyInterfaces">
<list>
<value>ch.systemsx.cisd.openbis.dss.screening.server.IDssServiceRpcScreeningInternal</value>
<value>ch.systemsx.cisd.openbis.dss.screening.shared.api.v1.IDssServiceRpcScreeningInternal</value>
</list>
</property>
<property name="interceptorNames">
......
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