]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/views.xml
tests for solving the hibernate transaction problem
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / views.xml
index f718ccb52ecce722fb53f2981bf00ff9bb235302..596a2a03487994dcdd6936db91b3e4500c3a5bd5 100644 (file)
                scope="prototype">
                <property name="testResultCollectionDao" ref="testResultCollectionDao" />
        </bean>
-       
-       <bean id="org.argeo.slc.client.ui.SlcExecutionListView" class="org.argeo.slc.client.ui.views.SlcExecutionListView"
+
+       <bean id="org.argeo.slc.client.ui.processListView" class="org.argeo.slc.client.ui.views.ProcessListView"
                scope="prototype">
-               <property name="slcExecutionDao" ref="slcExecutionDao" />
+               <property name="tableContent" ref="processListTableContent" />
+               <!-- <property name="sessionFactory" ref="sessionFactory" /> -->
+       </bean>
+
+       <bean id="org.argeo.slc.client.ui.processBuilderView" class="org.argeo.slc.client.ui.views.ProcessBuilderView"
+               scope="prototype">
+               <property name="processController" ref="processController" />
        </bean>
 
        <bean id="executionModulesContentProvider"