summaryrefslogtreecommitdiffstats
path: root/src/main/resources/logging/DataRouterMsgs.properties
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-06-27 15:01:55 -0400
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-06-27 15:03:21 -0400
commit0f03ce7eea220df68d84a7f0f088a38ebb088039 (patch)
tree1cd287f5339f9f59a08be970f36d157db806204d /src/main/resources/logging/DataRouterMsgs.properties
parent7ef885b28efb072407fc88fac593cde3e29da38d (diff)
Move common code to router-core from DR
Change-Id: I5c13ca2b4173db02c0678dfbc0b4a8b168a570f8 Issue-ID: AAI-1339 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'src/main/resources/logging/DataRouterMsgs.properties')
-rw-r--r--src/main/resources/logging/DataRouterMsgs.properties14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/main/resources/logging/DataRouterMsgs.properties b/src/main/resources/logging/DataRouterMsgs.properties
index d922a7f..3194f5e 100644
--- a/src/main/resources/logging/DataRouterMsgs.properties
+++ b/src/main/resources/logging/DataRouterMsgs.properties
@@ -95,11 +95,7 @@ ROUTING_RESPONSE=\
OP_TIME=\
DR0013I|\
- {0} took {1} ms.
-
-LOADED_OXM_FILE=\
- DR0014I|\
- Successfully loaded schema: {0}
+ {0} took {1} ms.
STARTUP_FAILURE=\
DR2001E|\
@@ -115,11 +111,11 @@ QUERY_ROUTING_ERR=\
LOAD_PROPERTIES_FAILURE=\
DR3001E|\
- File {0} cannot be loaded into the map.
+ File {0} cannot be loaded into the map.
FILE_MON_BLOCK_ERR=\
DR3002E|\
- Error in the file monitor block.
+ Error in the file monitor block.
CREATE_PROPERTY_MAP_ERR=\
DR3003E|\
@@ -171,7 +167,3 @@ FAIL_TO_CREATE_UPDATE_DOC=\
LOAD_OXM_ERROR=\
DR5000E|\
Unable to load Oxm model: {0}\
-
-SCHEMA_INGEST_LOAD_ERROR=\
- DR5001E|\
- Unable to load schema ingest properties file due to : {0}