From ddc73b563fcd2b3e47b5d0f54139f20ed3cdcba1 Mon Sep 17 00:00:00 2001 From: abatos Date: Tue, 22 Aug 2017 14:23:21 -0400 Subject: 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 --- src/main/resources/logging/CrudServiceMsgs.properties | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/main/resources') 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 -- cgit 1.2.3-korg