Use dblib.properties for dblib service 49/20549/1
authorDan Timoney <dtimoney@att.com>
Wed, 25 Oct 2017 13:04:40 +0000 (09:04 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 25 Oct 2017 13:04:40 +0000 (09:04 -0400)
commit19c5fcb7461d0e35896829daef13bfb9290bc4af
treed072653cd455e5cc528e1a62a1ea1e2654c2e5fa
parent6f62f6514dd546a1a922b3a89abbd48920d0a2b2
Use dblib.properties for dblib service

If dblib service cannot be resolved via OSGi, the fallback logic
that creates a new instance of DBResourceManager should
pass the contents of /opt/sdnc/data/properties/dblib.properties
as properties to the DBResourceManager constructor instead
of just passing System.getProperties().

Change-Id: Ia6ac8a4bb229026cabdf07463ca25619f923e3f3
Issue-ID: CCSDK-126
Signed-off-by: Dan Timoney <dtimoney@att.com>
sql-resource/provider/src/main/java/org/onap/ccsdk/sli/adaptors/resource/sql/SqlResource.java