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 2011/03/04 17:02:14 UTC

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

Author: cwiklik
Date: Fri Mar  4 16:02:14 2011
New Revision: 1078027

URL: http://svn.apache.org/viewvc?rev=1078027&view=rev
Log:
UIMA-2072 Added new message to identify client as a target of a failed msg

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=1078027&r1=1078026&r2=1078027&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 Fri Mar  4 16:02:14 2011
@@ -243,4 +243,5 @@ UIMAEE_service_sending_getmeta_request__
 UIMAEE_service_sending_process_request__FINE = Controller: {0} Sending Process Request to Delegate: {1}
 UIMAEE_service_sending_release_cas_request__FINE = Controller: {0} Sending Release CAS Request to Delegate: {1}
 UIMAEE_service_sending_stop_request__FINE = Controller: {0} Sending STOP Request to Delegate: {1}
-UIMAEE_service_delivery_exception__WARNING = Controller: {0} Failed To Send Message to Delegate: {1}
\ No newline at end of file
+UIMAEE_service_delivery_exception__WARNING = Controller: {0} Failed To Send Message to Delegate: {1}
+UIMAEE_service_delivery_to_client_exception__WARNING = Controller: {0} Failed To Send Message to Clients Queue: {1}
\ No newline at end of file