From cbd5b9b82dddb4ae467571ef86dcdccc2268175f Mon Sep 17 00:00:00 2001 From: Daniel Silverthorn Date: Wed, 27 Jun 2018 14:41:31 -0400 Subject: Migrate common code to router-core from DR Change-Id: I3803d2c866b36ace8fda73bb23dff4825e39e846 Signed-off-by: Daniel Silverthorn Issue-ID: AAI-1339 --- src/main/resources/logging/RouterCoreMsgs.properties | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/logging/RouterCoreMsgs.properties b/src/main/resources/logging/RouterCoreMsgs.properties index 5c8c183..e8fa332 100644 --- a/src/main/resources/logging/RouterCoreMsgs.properties +++ b/src/main/resources/logging/RouterCoreMsgs.properties @@ -31,4 +31,12 @@ EVENT_PROCESSING_EXCEPTION=\ EVENT_CONSUMER_CREATION_EXCEPTION=\ AC0502E|\ - Could not create event consumer due to the following exception: {0} \ No newline at end of file + Could not create event consumer due to the following exception: {0} + +LOADED_OXM_FILE=\ + DR0014I|\ + Successfully loaded schema: {0} + +SCHEMA_INGEST_LOAD_ERROR=\ + DR5001E|\ + Unable to load schema ingest properties file due to : {0} \ No newline at end of file -- cgit 1.2.3-korg