Fix pax exam issue
[controller.git] / opendaylight / config / netty-timer-config / src / main / resources / org / opendaylight / blueprint / netty-timer.xml
index 60822d504ede7811f56b77305c9071ce6161172b..b4783ecbca9bf4fd0d20a0bb77cf1689ddecdfbd 100644 (file)
@@ -2,7 +2,7 @@
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
            xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0"
-    odl:restart-dependents-on-updates="true">
+    odl:restart-dependents-on-updates="false">
 
   <cm:property-placeholder persistent-id="org.opendaylight.netty.timer" update-strategy="none">
     <cm:default-properties>
     <argument value="${ticks-per-wheel}"/>
   </bean>
 
-  <service ref="timer" interface="io.netty.util.Timer" odl:type="global-timer"/>
+  <service ref="timer" interface="io.netty.util.Timer" odl:type="global-timer">
+    <service-properties>
+      <entry key="config-module-namespace" value="urn:opendaylight:params:xml:ns:yang:controller:netty:timer"/>
+      <entry key="config-module-name" value="netty-hashed-wheel-timer"/>
+      <entry key="config-instance-name" value="global-timer"/>
+    </service-properties>
+  </service>
 
 </blueprint>