]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/osgi.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.ui / META-INF / spring / osgi.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans:beans xmlns="http://www.springframework.org/schema/osgi"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"
4 xsi:schemaLocation="http://www.springframework.org/schema/osgi
5 http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd
6 http://www.springframework.org/schema/beans
7 http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
8
9 <!-- DAO -->
10 <reference id="testResultCollectionDao"
11 interface="org.argeo.slc.dao.test.tree.TreeTestResultCollectionDao" />
12 <reference id="slcExecutionDao" interface="org.argeo.slc.dao.process.SlcExecutionDao" />
13
14 <!-- Services -->
15 <reference id="slcExecutionService" interface="org.argeo.slc.services.SlcExecutionService" />
16
17 <!-- Session (to insure transactional management) -->
18 <!-- <reference id="sessionFactory" interface="org.hibernate.SessionFactory" /> -->
19
20 <!-- TODO : what is it for ? -->
21 <list id="slcAgents" interface="org.argeo.slc.runtime.SlcAgent" />
22
23
24 </beans:beans>