From a297106ec4799ce1d039fe946b0ea4ca684c0d4d Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Fri, 19 Jul 2013 15:36:11 +0200 Subject: [PATCH] Simpleforwarding cache synch doesn't work - When Simple forwarding cache syncs the HostNodePair it will cause exceptions in the clustering services because cannot find HostNodePair class, this is simply because the Export-Package of SimpleForwarding bundle was exporting no packages and this was due to the mis-spelling in the package name. Change-Id: Iadc6609f0ae9dffc32567c04e034e025dc247584 Signed-off-by: Giovanni Meo --- opendaylight/samples/simpleforwarding/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/samples/simpleforwarding/pom.xml b/opendaylight/samples/simpleforwarding/pom.xml index 14e440df02..f12331cbb2 100644 --- a/opendaylight/samples/simpleforwarding/pom.xml +++ b/opendaylight/samples/simpleforwarding/pom.xml @@ -41,7 +41,7 @@ org.apache.felix.dm - org.opendaylight.controller.sample.simpleforwarding + org.opendaylight.controller.samples.simpleforwarding org.opendaylight.controller.samples.simpleforwarding.internal.Activator -- 2.36.6