You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2014/04/01 17:12:27 UTC

svn commit: r1583707 - /uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties

Author: cwiklik
Date: Tue Apr  1 15:12:26 2014
New Revision: 1583707

URL: http://svn.apache.org/r1583707
Log:
UIMA-3605 Added logging messages to show failure to establish broker connection

Modified:
    uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties

Modified: uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties?rev=1583707&r1=1583706&r2=1583707&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties (original)
+++ uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties Tue Apr  1 15:12:26 2014
@@ -257,4 +257,6 @@ UIMAEE_ae_instance_destroy_called__INFO=
 UIMAEE_uncaught_error_WARNING=Controller: {0} Handling uncaught Throwable. Stack trace:\n {1}
 UIMAEE_terminal_error_WARNING=Controller:{0} Exiting via System.exit(2) Due to unrecoverable error
 UIMAEE_drop_cas_debug_FINEST=Controller:{0} Drop:{1} CAS:{2} ReplyReceived:{3}
-UIMAEE_timer_started_FINE=Timer Started For CAS: {0} Timeout Value:{1} Timer Thread ID:{2} Timer Thread Name:{3}
\ No newline at end of file
+UIMAEE_timer_started_FINE=Timer Started For CAS: {0} Timeout Value:{1} Timer Thread ID:{2} Timer Thread Name:{3}
+UIMAEE_service_lost_connectivity_WARNING = Service: {0} Unable to Open Connection To Broker: {1} - Silently Retrying ...
+UIMAEE_service_regained_connectivity_INFO = Service: {0} Recovered Connectivity to Broker: {1}
\ No newline at end of file