diff --git a/kura/org.eclipse.kura.wire.db.component.provider/OSGI-INF/WireRecordQueryComponent.xml b/kura/org.eclipse.kura.wire.db.component.provider/OSGI-INF/WireRecordQueryComponent.xml
index 15c307c6975..28663b85517 100644
--- a/kura/org.eclipse.kura.wire.db.component.provider/OSGI-INF/WireRecordQueryComponent.xml
+++ b/kura/org.eclipse.kura.wire.db.component.provider/OSGI-INF/WireRecordQueryComponent.xml
@@ -35,8 +35,7 @@
cardinality="1..1"
interface="org.eclipse.kura.wire.WireHelperService"
name="WireHelperService"
- policy="static"
- unbind="unbindWireHelperService"/>
+ policy="static"/>
+ policy="static"/>
properties) {
logger.debug("Updating Wire Record Query component... Done");
}
+
+ protected void deactivate() {
+ logger.debug("Deactivating Wire Record Query Component...");
+
+ logger.debug("Deactivating Wire Record Query Component... Done");
+ }
@Override
public void consumersConnected(final Wire[] wires) {