From 2e2f969676ab391fba2198cbaa55e9b85d50216f Mon Sep 17 00:00:00 2001 From: Phillip Leigh Date: Mon, 28 Oct 2019 15:55:40 -0400 Subject: [AAI-2404]add aai-schema-abstraction library Signed-off-by: Phillip Leigh Issue-ID: AAI-2404 Change-Id: I30d954bcdf1cf020191028160610defb8dbc8ff6 --- .../main/resources/logging/SchemaProviderMsgs.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties (limited to 'aai-schema-abstraction/src/main/resources') diff --git a/aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties b/aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties new file mode 100644 index 00000000..0feb2acd --- /dev/null +++ b/aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties @@ -0,0 +1,16 @@ + +## Error Logs +SCHEMA_LOAD_ERROR=\ + PVD0500E|\ + Unable to load schema: {0} + +## Info Logs +LOADED_SCHEMA_FILE=\ + PVD0001I|\ + Successfully loaded schema: {0} + +LOADED_DB_RULE_FILE=\ + PVD0002I|\ + Successfully loaded DB Edge Rule and Edge Properties for: {0} + + -- cgit 1.2.3-korg