commit | 29e7063b7f1832d14fd92642914e6917da45c18c | [log] [tgz] |
---|---|---|
author | Timoney, Dan (dt5972) <dtimoney@att.com> | Fri Nov 02 10:11:48 2018 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Fri Nov 02 14:35:23 2018 +0000 |
tree | 9207fde66d4edcc80b9c2163ff9e3d318f637529 | |
parent | 25bb156451b5603f53f3db125c7876a7de571bd8 [diff] |
Explicitly exit on timeout Previously, when timeout occurs trying to connect successfully to SDC, code just dropped out of loop in main() method, expecting to exit. However, if the SDC client left any threads hanging, that might not cause process to exit. Instead, process should explicitly exit via System.exit(). Change-Id: I28316550cbfc2bbddeaadf080c0afa52a1eae350 Issue-ID: SDNC-472 Signed-off-by: Timoney, Dan (dt5972) <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".