Explicitly load the real DataBroker with component-name 80/59980/4
authorJosh <jhershbe@redhat.com>
Tue, 4 Jul 2017 10:02:32 +0000 (13:02 +0300)
committerRobert Varga <nite@hq.sk>
Mon, 24 Jul 2017 20:57:04 +0000 (20:57 +0000)
It seems that karaf4 has "better" wiring so the
TracingBroker was being wired to itself, resulting
in stack overflows.

Change-Id: Iedb2e9dcfd53acf384ed3130cfcd78f313d76e1e
Signed-off-by: Josh <jhershbe@redhat.com>
opendaylight/md-sal/mdsal-trace/dom-impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml

index 7535f95d4d55188b8ffad43db12dd0a50bbc0c1d..6135259937ae36fc6f53c2b9c432db2744fd36e9 100644 (file)
@@ -20,6 +20,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         odl:type="default" />
 
   <reference id="realDefaultDOMBroker"
+      component-name="clusteredDOMDataBroker"
       interface="org.opendaylight.controller.md.sal.dom.api.DOMDataBroker"
       odl:type="default" />