Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4
	xmlns:util="http://www.springframework.org/schema/util"
5
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
6
                        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
7

    
8
	<bean id="wfNodeValidationAsStep"
9
		class="eu.dnetlib.msro.workflows.nodes.validation.ValidatorServiceBlackboardJobNode"
10
		scope="prototype" />
11

    
12
	<!-- Merge -->
13
	<bean id="wfNodeMergeEprs" class="eu.dnetlib.msro.workflows.nodes.merge.MergeEprsJobNode"
14
		p:resultSetClientFactory-ref="resultSetClientFactory"
15
		p:iterableResultSetFactory-ref="iterableResultSetFactory" scope="prototype" />
16
</beans>
    (1-1/1)