]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/osgi.xml
tests for solving the hibernate transaction problem
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / osgi.xml
index 32cc6b9d5b96542d8204ec6f0803c4ecb3c40ec9..f39cf1d96819a7336d3dd35c85f14a5bf88f2ecb 100644 (file)
@@ -6,12 +6,23 @@
        http://www.springframework.org/schema/beans   \r
        http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
 \r
-       <!--  DAO -->\r
+       <!-- DAO -->\r
        <reference id="testResultCollectionDao"\r
                interface="org.argeo.slc.dao.test.tree.TreeTestResultCollectionDao" />\r
        <reference id="slcExecutionDao" interface="org.argeo.slc.dao.process.SlcExecutionDao" />\r
 \r
-       <!--  Services -->\r
+       <!-- Services -->\r
        <reference id="slcExecutionService" interface="org.argeo.slc.services.SlcExecutionService" />\r
+\r
+       <!-- Session (to insure transactional management) -->\r
+       <!-- <reference id="sessionFactory" interface="org.hibernate.SessionFactory" \r
+               /> -->\r
+\r
+       <!-- TODO : what is it for ? -->\r
        <list id="slcAgents" interface="org.argeo.slc.runtime.SlcAgent" />\r
+\r
+       <!-- Proxy object to try solving transaction & session problem caused by \r
+               using hibernate -->\r
+       <reference id="processListTableContent" interface="org.argeo.slc.client.core.TableContent" />\r
+\r
 </beans:beans>
\ No newline at end of file