Project

General

Profile

« Previous | Next » 

Revision 47404

moved to dnet45

View differences:

springContext-registrator.xml
2 2
<beans xmlns="http://www.springframework.org/schema/beans"
3 3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 4
	xmlns:t="http://dnetlib.eu/springbeans/t" xmlns:template="http://dnetlib.eu/springbeans/template"
5

  
5 6
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
6 7
		http://dnetlib.eu/springbeans/template http://dnetlib.eu/springbeans/template.xsd"
7 8
		default-autowire="no">
......
10 11
	<!-- service registrator -->
11 12
	<bean id="serviceRegistrator"
12 13
		class="eu.dnetlib.enabling.tools.registration.ServiceRegistrator"
13
		p:registryLocator-ref="cnr.registryLocator" p:lookupLocator-ref="cnr.lookUpLocator"
14
		  p:serviceLocator-ref="cnr.uniqueServiceLocator"
14 15
		p:serviceNameResolver-ref="serviceNameResolver"
15 16
		p:eprBuilder-ref="jaxwsEndpointReferenceBuilder" p:hnmLocator-ref="${services.registration.default.hnmlocator}" />
16 17

  
17 18
	<bean id="dynamicHNMLocator" class="eu.dnetlib.enabling.tools.DynamicHNMLocator"
18
		p:lookupLocator-ref="cnr.lookUpLocator" />
19
		  p:serviceLocator-ref="cnr.uniqueServiceLocator" />
19 20

  
20 21
	<bean id="nullHNMLocator" class="eu.dnetlib.enabling.tools.NullHNMLocator" />
21 22

  
......
33 34
			destroy-method="destroy"
34 35
			p:service-ref="$service$"
35 36
			p:endpoint-ref="$endpoint$"
36
			p:lookupLocator-ref="cnr.lookUpLocator" 
37
			p:serviceLocator-ref="cnr.uniqueServiceLocator"
37 38
			p:registrator-ref="$serviceRegistrator$" 
38 39
			p:eprBuilder-ref="$eprBuilder$"
39 40
			p:removeRegistration="\${services.registration.default.removeRegistration}" />
40 41

  
41 42
		<bean t:id="$name$Trigger"
42
			class="org.springframework.scheduling.quartz.SimpleTriggerBean"
43
			class="org.springframework.scheduling.quartz.SimpleTriggerFactoryBean"
43 44
			p:startDelay="\${services.registration.delay}" p:repeatInterval="4000"
44 45
			p:jobDetail-ref="$name$TriggerDetails" />
45 46

  

Also available in: Unified diff