Project

General

Profile

« Previous | Next » 

Revision 43444

Added workflows for entity registy

View differences:

applicationContext-dnet-actionmanager-service.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 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"
3
       xmlns:jaxws="http://cxf.apache.org/jaxws"
4
       xmlns:p="http://www.springframework.org/schema/p"
5
       xmlns:http="http://cxf.apache.org/transports/http/configuration"
7 6
       xmlns="http://www.springframework.org/schema/beans"
8 7
       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
8

  
9

  
11 10
                                    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">
11
                            http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
15 12

  
16 13
	<bean id="actionManagerService" class="eu.dnetlib.data.actionmanager.ActionManagerServiceImpl"
17 14
	      p:notificationHandler-ref="actionManagerNotificationHandler"
......
69 66
	<!-- Information Service Client -->
70 67
	<bean id="actionmanagerISClient" class="eu.dnetlib.data.actionmanager.is.ISClient"
71 68
	      p:actionManagerSetDsTemplate-ref="actionManagerSetDsTemplate"
72
	      p:endpoint-ref="actionManagerServiceEndpoint" p:eprBuilder-ref="jaxwsEndpointReferenceBuilder" />
69
	      p:endpoint-ref="actionManagerServiceEndpoint" p:hostname="${container.hostname}"
70
	      p:context="${container.context}"
71
	      p:port="${container.port}"/>
73 72

  
74 73
	<bean id="actionManagerSetDsTemplate"
75 74
	      class="eu.dnetlib.springutils.stringtemplate.StringTemplateFactory"

Also available in: Unified diff