]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/org.argeo.slc.siteserver/bundles/org.argeo.slc.agent/META-INF/spring/osgi.xml
Centralize MySQL config
[gpl/argeo-slc.git] / server / org.argeo.slc.siteserver / bundles / org.argeo.slc.agent / 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 <service ref="resultListener" interface="org.argeo.slc.test.TestResultListener" />
10 <service ref="slcExecutionListener" interface="org.argeo.slc.process.SlcExecutionNotifier" />
11
12 <!-- Manager -->
13 <list id="executionModules" interface="org.argeo.slc.execution.ExecutionModule"
14 cardinality="0..N" />
15
16 <service ref="modulesManager" interface="org.argeo.slc.execution.ExecutionModulesManager" />
17
18 <service interface="org.argeo.slc.test.TestResultListener">
19 <beans:bean class="org.argeo.slc.core.test.tree.TreeTestResultLogger" />
20 </service>
21
22 <list id="slcExecutionListeners" interface="org.argeo.slc.process.SlcExecutionNotifier"
23 cardinality="0..N" />
24
25 </beans:beans>