aboutsummaryrefslogtreecommitdiffstats
path: root/sli
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-15 14:03:17 -0400
committerDan Timoney <dtimoney@att.com>2017-09-15 14:03:35 -0400
commit9f1561461d60f6187e0ee8eaddf168a9efc2fc52 (patch)
tree0391006654a120366ad544780b1ee13163036ab0 /sli
parent0880eca3970dc12ddc0258edff2cdc59cf85096f (diff)
Fix service tag in sli/recording blueprint
One of the service tags in sli/recording blueprint uses attribute 'class' instead of 'interface' to advertise the service. This is preventing SDNC container from loading sdnc-sli-recording feature. Change-Id: I4f6863d74dd6fb8babd91fde53b9680594aa7a31 Issue-ID: SDNC-54 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sli')
-rw-r--r--sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml b/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml
index d8035376..6786b955 100644
--- a/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml
+++ b/sli/recording/src/main/resources/org/opendaylight/blueprint/recording-blueprint.xml
@@ -15,6 +15,6 @@
was previously registered using the implementation name rather than the interface name.
To ensure backwards compatibility with abstractions polling the Service Registry for the
slf4jRecorder, the implementation name was chosen here. -->
- <service ref="slf4jRecorder" class="org.onap.ccsdk.sli.core.sli.recording.Slf4jRecorder" />
+ <service ref="slf4jRecorder" interface="org.onap.ccsdk.sli.core.sli.recording.Slf4jRecorder" />
</blueprint> \ No newline at end of file