]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/rcp.xml
Add 2 new plugins : org.argeo.slc.client.(core & hibernate) to try solving hibernate...
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / META-INF / spring / rcp.xml
index a860fd2c6c0ab5abb20241dfcdec322af921ca26..e3cdd91ee4175b1e96b69a1dc71cbb9dd6fd0458 100644 (file)
@@ -4,7 +4,13 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-       <bean id="testManagerServiceAdapter" class="org.argeo.slc.services.impl.TestManagerServiceAdapter">
+       <bean id="testManagerServiceAdapter"
+               class="org.argeo.slc.client.ui.services.TestManagerServiceAdapter">
                <property name="testManagerService" ref="testManagerService" />
        </bean>
+
+       <bean id="slcExecutionServiceAdapter" class="org.argeo.slc.services.impl.SlcExecutionServiceAdapter">
+               <property name="slcExecutionService" ref="slcExecutionService" />
+       </bean>
+
 </beans>