commit | 6ece0d9a4466984c4f03852336bae09a7cd1dc8d | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Wed Sep 06 14:04:27 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Wed Sep 06 14:04:27 2017 -0400 |
tree | 8374108da23490d2a1ae0df2544a773330cabad2 | |
parent | 85388e8598e765530b8752fc0bcb237d795e249a [diff] |
Fix unimplemented createInstance The createInstance() method in the provider yang-generated Module class has a default implementation that throws an UnsupportedOperationException. Replaced default implementation with correct code to create an instance of the asdcApi and dataChange provider classes. Change-Id: I1f2b199702a9094f6808ec077d6752c4c5c0c30d Issue-ID: CCSDK-77 Signed-off-by: Dan Timoney <dtimoney@att.com>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".