]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/site/org.argeo.slc.demo.basic/conf/basic.xml
Change in ExecutionParameterPostProcessor to avoid instantiation problem with osgi
[gpl/argeo-slc.git] / demo / site / org.argeo.slc.demo.basic / conf / basic.xml
index 25ff40583e5a7b911a109a0f7b7b44520d1f0466..6cb92172c1c752f5cd008c0bd4a7700dfe60ee2f 100644 (file)
@@ -26,8 +26,8 @@
                </property>\r
        </bean>\r
 \r
-       <bean id="basic.ref" factory-bean="basic.spec" factory-method="createRef"\r
-               abstract="true" />\r
+<!--   <bean id="basic.ref" factory-bean="basic.spec" factory-method="createRef"\r
+               abstract="true" />-->\r
 \r
        <bean id="basic.flowTemplate" parent="slcTemplate.simpleFlow"\r
                abstract="true">\r
@@ -42,7 +42,7 @@
                                <bean parent="testRun">\r
                                        <property name="testDefinition" ref="testDef" />\r
                                        <property name="testData">\r
-                                               <bean parent="basic.ref">\r
+                                               <bean parent="parameterRef">\r
                                                        <constructor-arg value="testData1" />\r
                                                </bean>\r
                                        </property>\r
@@ -55,7 +55,7 @@
                </property>\r
        </bean>\r
 \r
-       <bean id="ref1" parent="basic.ref" scope="prototype">\r
+       <bean id="ref1" parent="parameterRef" scope="prototype">\r
                <constructor-arg value="testData2" />\r
        </bean>\r
 \r