Safeguard against deprecated DbEdgeRules versions. 43/8443/3
authorShwetank Dave <shwetank.dave@amdocs.com>
Wed, 23 Aug 2017 16:07:33 +0000 (12:07 -0400)
committerShwetank Dave <shwetank.dave@amdocs.com>
Wed, 23 Aug 2017 16:41:05 +0000 (12:41 -0400)
commit6d3581b757316b2a61814d83bff874ce434db90c
tree469f49bfd0640c4f173a6c019b612e4612e7b92e
parentddc73b563fcd2b3e47b5d0f54139f20ed3cdcba1
Safeguard against deprecated DbEdgeRules versions.

Currently we require a DbEdgeRules_vX.json file and it's associated
edge_properties_vX.json files.
If an edge_properties file is not found for a DbEdgeRules file, it
throws an exeption. We should log and entry stating DbEdgeRules and
it's associaded edge_properties files is not found and not throw an
error.

Issue-ID: AAI-21
Change-Id: I05f5b4d14c3cef1586cefe579e38df03ca4fb438
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
src/main/java/org/openecomp/schema/RelationshipSchemaLoader.java
src/test/java/org/openecomp/crud/dao/champ/ChampDaoTest.java
src/test/java/org/openecomp/schema/RelationshipSchemaTest.java