Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xmlns:jaxws="http://cxf.apache.org/jaxws" xmlns:sec="http://cxf.apache.org/configuration/security"
4
	xmlns:wsa="http://cxf.apache.org/ws/addressing" xmlns:p="http://www.springframework.org/schema/p"
5
	xmlns:http="http://cxf.apache.org/transports/http/configuration" xmlns:t="http://dnetlib.eu/springbeans/t"
6
	xmlns:template="http://dnetlib.eu/springbeans/template" xmlns:util="http://www.springframework.org/schema/util"
7
	xmlns="http://www.springframework.org/schema/beans"
8
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
9
                                    http://cxf.apache.org/ws/addressing http://cxf.apache.org/schemas/ws-addr-conf.xsd
10
                                    http://cxf.apache.org/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd
11
                                    http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd
12
                            http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
13
                            http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
14
                            http://dnetlib.eu/springbeans/template http://dnetlib.eu/springbeans/template.xsd">
15
		
16
	<bean id="actionFactory" class="eu.dnetlib.actionmanager.actions.ActionFactory">
17
		<property name="xslts">
18
			<util:map>
19
				<entry key="dmf2insertActions" value="classpath:/eu/dnetlib/actionmanager/xslt/dmf2insertActions.xslt" />
20
				<entry key="dmf2updateActions" value="classpath:/eu/dnetlib/actionmanager/xslt/dmf2updateActions.xslt" />
21
				<entry key="datacite2insertActions" value="classpath:/eu/dnetlib/actionmanager/xslt/datacite2insertActions.xslt" />
22
				<entry key="datacite2updateActions" value="classpath:/eu/dnetlib/actionmanager/xslt/datacite2updateActions.xslt" />
23
				<entry key="rels2Actions" value="classpath:/eu/dnetlib/actionmanager/xslt/rels2actions.xslt" />
24
			</util:map>
25
		</property>
26
	</bean>
27

    
28
</beans>
(1-1/3)