diff options
author | Sanchez, Gabriel (gs882h) <gs882h@att.com> | 2018-06-18 17:30:21 +0100 |
---|---|---|
committer | Sanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com> | 2018-06-18 17:36:33 +0100 |
commit | f518411876d6830d83d051a915f0b21bdfdcb43e (patch) | |
tree | 189fb1e3a7650159b0237f29d54a997b4ffbbf78 /src/main/resources/logging/DataRouterMsgs.properties | |
parent | 72da66902a3efaff3068ed2b3f4f7eb3bb5fe43f (diff) |
Add multi-oxm using schemaIngest library
Use the schemaIngest library to have the
capability to deal with multiple OXM files
Issue-ID: AAI-1192
Change-Id: Icbebbf475bcf9fc3808bc79b9fa95085db46ab77
Signed-off-by: gabriel sanchez <gabriel.sanchez@amdocs.com>
Diffstat (limited to 'src/main/resources/logging/DataRouterMsgs.properties')
-rw-r--r-- | src/main/resources/logging/DataRouterMsgs.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/logging/DataRouterMsgs.properties b/src/main/resources/logging/DataRouterMsgs.properties index fff262c..d922a7f 100644 --- a/src/main/resources/logging/DataRouterMsgs.properties +++ b/src/main/resources/logging/DataRouterMsgs.properties @@ -170,4 +170,8 @@ FAIL_TO_CREATE_UPDATE_DOC=\ Failed to create or update document in index {0}. Cause: {1} LOAD_OXM_ERROR=\ DR5000E|\ - Unable to load Oxm model: {0}\ + Unable to load Oxm model: {0}\ + +SCHEMA_INGEST_LOAD_ERROR=\ + DR5001E|\ + Unable to load schema ingest properties file due to : {0} |