Project

General

Profile

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

    
7
	<!-- OAI feed -->
8
	<bean id="wfNodeSyncOAIStores" class="eu.dnetlib.msro.oai.workflows.nodes.SyncOAIStoreJobNode" scope="prototype" p:processCountingResultSetFactory-ref="msroProcessCountingResultSetFactory" />
9

    
10
	<!-- Update OAI sets count -->
11
	<bean id="wfNodeOAISetsCountUpdate" class="eu.dnetlib.msro.oai.workflows.nodes.OAISetsCountJobNode" scope="prototype" />
12

    
13
	<!-- Refresh sets based on current config -->
14
	<bean id="wfNodeRefreshSetsFromConfig" class="eu.dnetlib.msro.oai.workflows.nodes.RefreshSetsFromConfigJobNode" scope="prototype" />
15

    
16
	<!-- Refresh sets based on current config -->
17
	<bean id="wfNodeOAIEnsureIndexes" class="eu.dnetlib.msro.oai.workflows.nodes.OAIEnsureIndexesJobNode" scope="prototype" />
18
</beans>
    (1-1/1)