]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.executionflow/src/slc/conf/basic.xml
OSGi related POMs
[gpl/argeo-slc.git] / sandbox / argeo.slc.executionflow / src / slc / conf / basic.xml
index 2684b06d5585fe9dfc9ffb5b0600d6350d2b8e71..aa51467792e28a8120caa3f3cb381a6c773a7f57 100644 (file)
@@ -7,9 +7,7 @@
        http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd\r
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">\r
 \r
-       <import resource="common.xml" />\r
-\r
-       <bean id="basic.executionSpec" class="org.argeo.slc.executionflow.SimpleExecutionSpec">\r
+       <bean id="basic.executionSpec" class="org.argeo.slc.core.execution.SimpleExecutionSpec">\r
                <property name="attributes">\r
                        <map>\r
                                <entry key="testedComponentId">\r
@@ -28,7 +26,7 @@
        <bean id="basic.ref" factory-bean="basic.executionSpec"\r
                factory-method="createRef" abstract="true" />\r
 \r
-       <bean id="basic.executionFlowTemplate" class="org.argeo.slc.executionflow.SimpleExecutionFlow"\r
+       <bean id="basic.executionFlowTemplate" class="org.argeo.slc.core.execution.SimpleExecutionFlow"\r
                abstract="true">\r
                <property name="executionSpec" ref="basic.executionSpec" />\r
                <property name="executables">\r
                <constructor-arg value="testData2" />\r
        </bean>\r
 \r
\r
+       <bean id="basic.testData" class="org.argeo.slc.core.test.BasicTestData"\r
+               >\r
+               <aop:scoped-proxy />\r
+               <property name="expected" value="tata" />\r
+               <property name="reached" value="tata" />\r
+       </bean>\r
\r
\r
        <bean id="testDef" class="org.argeo.slc.core.test.BasicTestDefinition"\r
                scope="prototype" />\r
 \r