Project

General

Profile

« Previous | Next » 

Revision 46596

integrated changes from 'refactoring' branch

View differences:

applicationContext-dnet-oai-common-workflows.xml
20 20

  
21 21
	<!-- Reload the current sets configuration -->
22 22
	<bean id="wfNodeOAIRefreshConfiguration"
23
		class="eu.dnetlib.msro.oai.workflows.nodes.RefreshSetsFromConfigJobNode"
23
		class="eu.dnetlib.msro.oai.workflows.nodes.RefreshOAIConfigJobNode"
24 24
		scope="prototype" />
25
	<!-- Keeping the old name as alias, just to avoid things at runtime to fail 
26
		becasue of the renaming -->
27
	<alias name="wfNodeOAIRefreshConfiguration" alias="wfNodeRefreshSetsFromConfig" />
28 25

  
29

  
30 26
	<!-- Refresh sets based on current config -->
31 27
	<bean id="wfNodeOAIEnsureIndexes"
32 28
		class="eu.dnetlib.msro.oai.workflows.nodes.OAIEnsureIndexesJobNode"
33 29
		scope="prototype" />
34 30

  
35
	<!-- Read from MDStore -->
36
	<bean id="wfNodeReadMDStore" class="eu.dnetlib.msro.oai.workflows.nodes.ReadMDStoreJobNode"
37
		scope="prototype" />
38

  
39 31
	<!-- Create new OAI store if needed -->
40 32
	<bean id="wfNodeOAICreateStore"
41 33
		class="eu.dnetlib.msro.oai.workflows.nodes.OAICreateStoreJobNode"

Also available in: Unified diff