From 89894f5bd1144a954ceb0ae06ef603bdf750cfa4 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 4 Jul 2017 13:02:32 +0300 Subject: [PATCH 1/1] Explicitly load the real DataBroker with component-name 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 --- .../main/resources/org/opendaylight/blueprint/impl-blueprint.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opendaylight/md-sal/mdsal-trace/dom-impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/opendaylight/md-sal/mdsal-trace/dom-impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml index 7535f95d4d..6135259937 100644 --- a/opendaylight/md-sal/mdsal-trace/dom-impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml +++ b/opendaylight/md-sal/mdsal-trace/dom-impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -20,6 +20,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html odl:type="default" /> -- 2.36.6