aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-13 15:51:22 -0400
committerDan Timoney <dtimoney@att.com>2017-10-13 15:51:22 -0400
commitc2f3ec47d2d45ba4021c5cde7cea21515f276cf3 (patch)
treec587c2ac37046ad2da84b65aa8a16a54da8d8221
parent69f04bc857aeefea9142b0a194f3f769897fbbcf (diff)
Fix sli/northbound blueprint
Wrong package name is used for NotificationPublishService in blueprint, resulting in asdcApi and dataChange not being loaded properly. Change-Id: I144f8e4bd48e547e7c7241e9ebaacf744d808022 Issue-ID: CCSDK-119 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml2
-rw-r--r--dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml b/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml
index 810ce8c5..9ad08d3d 100644
--- a/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml
+++ b/asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml
@@ -15,7 +15,7 @@
odl:type="default" />
<reference id="notificationService"
- interface="org.opendaylight.controller.sal.binding.impl.NotificationPublishService"
+ interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService"
odl:type="default" />
<reference id="rpcRegistry"
diff --git a/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml b/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml
index 03293015..5a38c81f 100644
--- a/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml
+++ b/dataChange/provider/src/main/resources/org/opendaylight/blueprint/datachange-blueprint.xml
@@ -15,7 +15,7 @@
odl:type="default" />
<reference id="notificationService"
- interface="org.opendaylight.controller.sal.binding.impl.NotificationPublishService"
+ interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService"
odl:type="default" />
<reference id="rpcRegistry"