This group is locked. No changes can be made to the group while it is locked.
Re: Executing command in the OVSwitch
Magreth
Thanks Sam for the pointers, I decided to go the plugin way. I did the required imports in my java file and add dependencies in the pom files and features but I am getting tests failures (for missing org.opendaylight.controller.sal.core and org.apache.felix.dm). I got same error for other packages and was able to resolve them by adding dependencies, but these two are persisting. In the maven repo I can find "dependencymanager" and not "dm" as claimed. I was also thinking that maven will resolve these indirect dependencies automatically and I don't have to do it for all dependencies that plugin.api has. Please let me know how to go about this. Another concern is about support for MD-SAL, my plugin is MD-SAL based and I posted above question in our internal forum, and someone replied "OVSDB works with AD-SAL only", will the java interface work for me? Unresolved constraint in bundle org.opendaylight.sanitycheck.impl [183]: Unable to resolve 183.0: missing requirement [183.0] osgi.wiring.package; (&(osgi.wiring.package=org.opendaylight.ovsdb.plugin.api)(version>=1.1.0)(!(version>=2.0.0))) [caused by: Unable to resolve 188.0: missing requirement [188.0] osgi.wiring.package; (&(osgi.wiring.package=org.opendaylight.controller.sal.core)(version>=0.9.0)(!(version>=1.0.0)))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974) Thanks, Magreth On Thu, Mar 5, 2015 at 8:30 AM, Sam Hague <shague@...> wrote: Magreth, --
--Magreth |