]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.osgi/src/main/resources/org/argeo/slc/osgi/execution/spring.xml
32de167505361d6f273b4eb0e5820b05617b490d
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.osgi / src / main / resources / org / argeo / slc / osgi / execution / spring.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns:osgi="http://www.springframework.org/schema/osgi"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="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 <osgi:service interface="org.argeo.slc.execution.ExecutionContext"
10 ref="executionContext" />
11
12 <bean class="org.argeo.slc.osgi.MultipleServiceExporterPostProcessor">
13 <property name="interfaces">
14 <list>
15 <value>org.argeo.slc.execution.ExecutionFlow
16 </value>
17 </list>
18 </property>
19 </bean>
20 </beans>