From: Giovanni Meo Date: Fri, 19 Jul 2013 13:36:11 +0000 (+0200) Subject: Simpleforwarding cache synch doesn't work X-Git-Tag: releasepom-0.1.0~273^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=a297106ec4799ce1d039fe946b0ea4ca684c0d4d 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 --- 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