]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/src/test/resources/org/argeo/slc/core/execution/multipleFlow.xml
Fix SVN issues
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / test / resources / org / argeo / slc / core / execution / multipleFlow.xml
index 5e1ac35878efaa46712794e01dc3280f2ab66071..4525aca1976ba10715f1bb9b2d6a79de2a9a5b43 100644 (file)
                </property>\r
        </bean>\r
        \r
-       <bean id="echo" parent="task.echo" scope="execution">\r
+       <bean id="echo" parent="task.echo" scope="prototype">\r
                <property name="message" value="fileName=@{fileName}" />\r
-               <aop:scoped-proxy />\r
        </bean>                 \r
        \r
-       <bean id="flow1" parent="fileDiff.flowTemplate" scope="prototype">\r
+       <bean id="flow1" parent="fileDiff.flowTemplate">\r
                <constructor-arg>\r
                        <map>\r
                                <entry key="fileName" value="file1" />\r
@@ -62,7 +61,7 @@
                </constructor-arg>\r
        </bean> \r
 \r
-       <bean id="flow2" parent="fileDiff.flowTemplate"  scope="prototype">\r
+       <bean id="flow2" parent="fileDiff.flowTemplate">\r
                <constructor-arg>\r
                        <map>\r
                                <entry key="fileName" value="file2" />\r