diff options
author | abatos <adrian.batos-parac@amdocs.com> | 2017-08-22 14:23:21 -0400 |
---|---|---|
committer | abatos <adrian.batos-parac@amdocs.com> | 2017-08-22 15:33:04 -0400 |
commit | ddc73b563fcd2b3e47b5d0f54139f20ed3cdcba1 (patch) | |
tree | 91bf9c18725f0a982468ad71f963ffe26f8c2d58 /src/main/resources/logging/CrudServiceMsgs.properties | |
parent | 7e69be504213aa92893fd3354a767128b3a583f1 (diff) |
Split out Titan specific dependencies from core
Remove the Titan specific references within the gizmo core and prepare
for dependency on new champ core library.
Change-Id: I29a4e7b6528e8357715b095d8db5456cd01eb636
Issue-ID: AAI-21
Signed-off-by: abatos <adrian.batos-parac@amdocs.com>
Diffstat (limited to 'src/main/resources/logging/CrudServiceMsgs.properties')
-rw-r--r-- | src/main/resources/logging/CrudServiceMsgs.properties | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/main/resources/logging/CrudServiceMsgs.properties b/src/main/resources/logging/CrudServiceMsgs.properties index 850574f..13554e5 100644 --- a/src/main/resources/logging/CrudServiceMsgs.properties +++ b/src/main/resources/logging/CrudServiceMsgs.properties @@ -42,22 +42,10 @@ INVALID_OXM_DIR=\ CRD0005I|\ Invalid OXM dir: {0}\ -INSTANTIATE_GRAPH_DAO=\ - CRD0006I|\ - Instantiate data access layer for graph data store type: {0} graph: {1} using hosts: {2} - LOADED_OXM_FILE=\ CRD0007I|\ Successfully loaded schema: {0} -INVALID_GRAPH_BACKEND=\ - CRD0301E|\ - Unsupported graph database {0} specified. - -INSTANTIATE_GRAPH_BACKEND_ERR=\ - CRD0302E|\ - Failure instantiating {0} graph database backend. Cause: {1} - EXCEPTION_DURING_METHOD_CALL=\ CRD0502E|\ Failed to {0} request for {1} due to: {2}|\ @@ -67,9 +55,3 @@ EXCEPTION_DURING_METHOD_CALL=\ OXM_LOAD_ERROR=\ CRD0503E|\ Unable to load OXM schema: {0} - - -TITAN_GRAPH_INFO=\ - CRD0504I|\ - Titan Graph Info: {0} -
\ No newline at end of file |