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"
4
       xmlns:p="http://www.springframework.org/schema/p"
5
       xmlns:http="http://cxf.apache.org/transports/http/configuration"
6
       xmlns="http://www.springframework.org/schema/beans"
7
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
8
                                    http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd
9
                            http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
10

    
11
    <bean id="blacklistManager"
12
          class="eu.dnetlib.recolecta.utils.BlackListManager"
13
          scope="prototype"/>
14

    
15
    <bean id="indexClientManager"
16
          class="eu.dnetlib.recolecta.utils.IndexClientManager"
17
          scope="prototype"/>
18

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