[AAI-125] DataRouter to consume aai-schema jar
[aai/data-router.git] / src / main / resources / logging / DataRouterMsgs.properties
index fbb24c4..fff262c 100644 (file)
@@ -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}\