]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/commands.xml
solving the hibernate transaction problem
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / commands.xml
index 34a365353995c49ec3690edfd0b4f05e8d2bbcf9..2abb6ed673b6d7cd6c62c4eb5235c79c5730aa5b 100644 (file)
@@ -4,9 +4,12 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-       <bean id="org.argeo.slc.client.ui.RefreshResultList" class="org.argeo.slc.client.ui.commands.RefreshHandler"
+       <bean id="org.argeo.slc.client.ui.RefreshResultList"
+               class="org.argeo.slc.client.ui.commands.ResultListViewRefreshHandler"
+               scope="prototype">
+       </bean>
+       <bean id="org.argeo.slc.client.ui.RefreshProcessList"
+               class="org.argeo.slc.client.ui.commands.ProcessListViewRefreshHandler"
                scope="prototype">
        </bean>
-
-
 </beans>