]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core.xml
tests for solving the hibernate transaction problem
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.hibernate / META-INF / spring / core.xml
index 0545a4c146e08f0de4a052231d3c57998e276318..29dfe3b2bb2c1ab3eabd3bb64b5993f4b7d830dc 100644 (file)
@@ -4,6 +4,8 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-       <bean id="processListTableContent" class="org.argeo.slc.client.core.ProcessListTableContent" />
+       <bean id="processListTableContent" class="org.argeo.slc.client.core.ProcessListTableContent">
+               <property name="slcExecutionDao" ref="slcExecutionDao" />
+       </bean>
 
 </beans>