Simpleforwarding cache synch doesn't work 17/617/1
authorGiovanni Meo <gmeo@cisco.com>
Fri, 19 Jul 2013 13:36:11 +0000 (15:36 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Fri, 19 Jul 2013 13:36:11 +0000 (15:36 +0200)
- 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 <gmeo@cisco.com>
opendaylight/samples/simpleforwarding/pom.xml

index 14e440df029f1bb71b901a647d12c2cf548b617e..f12331cbb296565602f0a7902ae00e86b2bc4f50 100644 (file)
@@ -41,7 +41,7 @@
               org.apache.felix.dm
             </Import-Package>
             <Export-Package>
-              org.opendaylight.controller.sample.simpleforwarding
+              org.opendaylight.controller.samples.simpleforwarding
             </Export-Package>
             <Bundle-Activator>
               org.opendaylight.controller.samples.simpleforwarding.internal.Activator