]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.osgi/src/main/resources/org/argeo/slc/osgi/execution.xml
Introduce local osgi resource edition
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.osgi / src / main / resources / org / argeo / slc / osgi / execution.xml
index f64b0abfb5d986504c7433c8c6e900bb26491317..67b02b37eb184ffcad6ea4a754d92a7c3df80d90 100644 (file)
@@ -8,7 +8,8 @@
 
        <osgi:service interface="org.argeo.slc.execution.ExecutionContext"
                ref="executionContext" />
-       <osgi:service interface="org.argeo.slc.execution.ExecutionFlowDescriptorConverter"
+       <osgi:service
+               interface="org.argeo.slc.execution.ExecutionFlowDescriptorConverter"
                ref="executionFlowDescriptorConverter" />
 
        <bean class="org.argeo.slc.osgi.MultipleServiceExporterPostProcessor">
@@ -19,4 +20,8 @@
                        </list>
                </property>
        </bean>
+
+       <bean id="osgiExecutionResources" class="org.argeo.slc.osgi.OsgiExecutionResources">
+               <property name="executionContext" ref="executionContext" />
+       </bean>
 </beans>
\ No newline at end of file