aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/FileMonitorBeans.xml
blob: 37e929dbe318239281d1b069d45952a5dc3a43cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

	<!--<bean-->
		<!--class="org.springframework.context.annotation.CommonAnnotationBeanPostProcessor" />-->
		<!---->
	<!--<bean id="ServicePropertiesListener" class="org.onap.aai.ajsc_aai.filemonitor.ServicePropertiesListener" />-->
	<!---->
	<!--<bean id="ServicePropertiesMap" class="org.onap.aai.ajsc_aai.filemonitor.ServicePropertiesMap" />-->

	<!--<bean id="ServicePropertyService" class="org.onap.aai.ajsc_aai.filemonitor.ServicePropertyService">-->
		<!--<property name="loadOnStartup" value="false" />-->
		<!--<property name="fileChangedListener" ref="ServicePropertiesListener" />-->
		<!--<property name="filePropertiesMap" ref="ServicePropertiesMap" />-->
		<!--<property name="ssfFileMonitorPollingInterval" value="15" />-->
		<!--<property name="ssfFileMonitorThreadpoolSize" value="10" />-->
	<!--</bean>-->
</beans>