From 02780597dbdf84a3b7d9d399a8e7da18a83da074 Mon Sep 17 00:00:00 2001 From: "Bansal, Nitin (nb121v)" Date: Wed, 2 Aug 2017 14:12:16 -0400 Subject: [AAI-125] DataRouter to consume aai-schema jar Change-Id: I7f0a5d78f662b591b87f1f6d86c511e00eef6fd5 Signed-off-by: Bansal, Nitin (nb121v) --- src/main/resources/logging/DataRouterMsgs.properties | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/main/resources/logging') diff --git a/src/main/resources/logging/DataRouterMsgs.properties b/src/main/resources/logging/DataRouterMsgs.properties index fbb24c4..fff262c 100644 --- a/src/main/resources/logging/DataRouterMsgs.properties +++ b/src/main/resources/logging/DataRouterMsgs.properties @@ -96,6 +96,10 @@ ROUTING_RESPONSE=\ OP_TIME=\ DR0013I|\ {0} took {1} ms. + +LOADED_OXM_FILE=\ + DR0014I|\ + Successfully loaded schema: {0} STARTUP_FAILURE=\ DR2001E|\ @@ -164,3 +168,6 @@ JSON_CONVERSION_ERROR=\ FAIL_TO_CREATE_UPDATE_DOC=\ DR3015E|\ Failed to create or update document in index {0}. Cause: {1} +LOAD_OXM_ERROR=\ + DR5000E|\ + Unable to load Oxm model: {0}\ -- cgit 1.2.3-korg