Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
       xmlns:http="http://cxf.apache.org/transports/http/configuration"
4
       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

    
7

    
8
    http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd">
9

    
10

    
11
	<!--<jaxws:client id="isLookUpService"-->
12
	<!--serviceClass="eu.dnetlib.rmi.enabling.ISLookUpService"-->
13
	<!--address="http://sticazzi/url" />-->
14

    
15

    
16
	<!--<bean id="serviceResolver" class="eu.dnetlib.enabling.tools.ServiceResolverChain">-->
17
	<!--<property name="resolvers">-->
18
	<!--<list>-->
19
	<!--<bean id="jaxwsServiceResolver" class="eu.dnetlib.enabling.tools.JaxwsServiceResolverImpl" />-->
20
	<!--</list>-->
21
	<!--</property>-->
22
	<!--</bean>-->
23

    
24
	<!--<bean id="jobScheduler"-->
25
	<!--class="org.springframework.scheduling.quartz.SchedulerFactoryBean"-->
26
	<!--destroy-method="destroy">-->
27
	<!--<property name="jobFactory">-->
28
	<!--<bean id="jobSchedulerFactory"-->
29
	<!--class="org.springframework.scheduling.quartz.SpringBeanJobFactory" />-->
30
	<!--</property>-->
31
	<!--</bean>-->
32

    
33

    
34

    
35
</beans>
(1-1/2)