]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/execution/spring.xml
Simplify minimal configs for execution
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / resources / org / argeo / slc / core / execution / spring.xml
index 3188e58fdc7ff9a6f428123ba974e65f269a701c..f17edcfebccaac2c9208130195fb01d0a0adb82e 100644 (file)
        <description>Default Capabilities</description>
 
        <import resource="runtime.xml" />
+       <import resource="simple.xml" />
+
        <import resource="specs.xml" />
        <import resource="templates.xml" />
        <import resource="defaults.xml" />
        <import resource="utils.xml" />
        <import resource="tasks/core.xml" />
 
-       <bean id="executionContext" class="org.argeo.slc.core.execution.MapExecutionContext"
-               scope="execution">
-               <aop:scoped-proxy />
-       </bean>
-
-       <bean id="executionFlowDescriptorConverter"
-               class="org.argeo.slc.core.execution.DefaultExecutionFlowDescriptorConverter"></bean>
-
-       <bean
-               class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
-               <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
-               <property name="ignoreUnresolvablePlaceholders" value="true" />
-       </bean>
-
-       <bean id="parameterRef" factory-bean="instantiationManager"
-               factory-method="createRef" abstract="true" />
-
 </beans>
\ No newline at end of file