summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2017-08-02 14:12:16 -0400
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2017-08-02 14:19:52 -0400
commit02780597dbdf84a3b7d9d399a8e7da18a83da074 (patch)
treecc76f0d139d9cc9c8617c9817d6a7ed87bf0cad1 /src/main/resources
parent6cb28e580a3d3e308de77b2e7b239cae3912dd7f (diff)
[AAI-125] DataRouter to consume aai-schema jar
Change-Id: I7f0a5d78f662b591b87f1f6d86c511e00eef6fd5 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/logging/DataRouterMsgs.properties7
1 files changed, 7 insertions, 0 deletions
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}\