Project

General

Profile

« Previous | Next » 

Revision 56130

Validation step also for aggregator of data repository, as requested in #4297

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/applicationContext-repohi.xml
14 14
                  p:template="classpath:/eu/dnetlib/msro/openaireplus/workflows/repo-hi/aggregatorDataRepository/collection.wf.st">
15 15
                <property name="children">
16 16
                    <list>
17
                        <bean class="eu.dnetlib.msro.workflows.metawf.WorkflowTree"
18
                              p:name="transform"
19
                              p:template="classpath:/eu/dnetlib/msro/openaireplus/workflows/repo-hi/aggregatorDataRepository/transform.wf.st">
20
                        </bean>
17
                         <bean class="eu.dnetlib.msro.workflows.metawf.WorkflowTree"
18
                          p:name="validate"
19
                          p:template="classpath:eu/dnetlib/msro/openaireplus/workflows/repo-hi/validate-nostore-openaire.wf.st">
20
                            <property name="children">
21
                                <list>
22
                                    <bean class="eu.dnetlib.msro.workflows.metawf.WorkflowTree"
23
                                        p:name="transform"
24
                                        p:template="classpath:/eu/dnetlib/msro/openaireplus/workflows/repo-hi/aggregatorDataRepository/transform.wf.st">
25
                                    </bean>
26
                                </list>
27
                            </property>
28
                         </bean>
21 29
                    </list>
22 30
                </property>
23 31
            </bean>

Also available in: Unified diff