Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4
	xmlns:context="http://www.springframework.org/schema/context"
5
	xmlns:cxf="http://cxf.apache.org/core"
6
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
7
						http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
8
						http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd">
9

    
10
<!-- 	<bean id="serviceMonitoringAdvisor" class="net.bull.javamelody.MonitoringSpringAdvisor"> -->
11
<!-- 		<property name="pointcut"> -->
12
<!-- 			<bean class="net.bull.javamelody.MonitoredWithInterfacePointcut"> -->
13
<!-- 				<property name="interfaceName" value="eu.dnetlib.data.hadoop.rmi.HadoopService" /> -->
14
<!-- 			</bean> -->
15
<!-- 		</property> -->
16
<!-- 	</bean> -->
17

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