Address comments from blueprint patches
[netconf.git] / netconf / mdsal-netconf-impl / src / main / resources / org / opendaylight / blueprint / mdsal-netconf-impl.xml
index f75383c90f7b2384527b8283bd114383a6d7e7ba..aec6ca10e7f42089060e472b5672ef058da8f570 100755 (executable)
@@ -81,7 +81,8 @@
     <!--NetconfServerMonitoring -->
 
     <bean id="netconfMonitoringService"
-          class="org.opendaylight.netconf.impl.osgi.NetconfMonitoringServiceImpl">
+          class="org.opendaylight.netconf.impl.osgi.NetconfMonitoringServiceImpl"
+          destroy-method="close">
         <argument ref="aggregatedNetconfOperationServiceFactory"/>
         <argument ref="scheduledThreadPool"/>
         <argument value="${monitoring-update-interval}"/>