Project

General

Profile

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

    
8
	<bean id="wfNodeReportReader"
9
		class="eu.dnetlib.parthenos.workflows.nodes.ReportReaderJobNode"
10
		scope="prototype"/>
11

    
12
	<bean id="wfNodePublishVirtuoso"
13
	      class="eu.dnetlib.parthenos.workflows.nodes.PublishVirtuosoJobNode"
14
	      scope="prototype"/>
15

    
16
	<bean id="wfNodePublishJRR"
17
	      class="eu.dnetlib.parthenos.workflows.nodes.PublishJRRJobNode"
18
	      scope="prototype"/>
19

    
20
	<bean id="wfNodeUnpublishVirtuoso"
21
	      class="eu.dnetlib.parthenos.workflows.nodes.UnpublishVirtuosoJobNode"
22
	      scope="prototype"/>
23

    
24
</beans>
    (1-1/1)