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 2010/06/04 16:45:00 UTC

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

Author: cwiklik
Date: Fri Jun  4 14:45:00 2010
New Revision: 951426

URL: http://svn.apache.org/viewvc?rev=951426&view=rev
Log:
UIMA-1800 Added new msgs

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=951426&r1=951425&r2=951426&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 Jun  4 14:45:00 2010
@@ -78,7 +78,7 @@ UIMAEE_show_time_spent_in_delegate__FINE
 UIMAEE_show_time_spent_in_comms__FINE = Cas: {0} Spent: {1} ms In Comms. Delegate: {2}
 \UIMAEE_cancel_timer__FINE = Cancelling Timer For Delegate: {0} Cas: {1}
 UIMAEE_endpoint_not_found__INFO = Endpoint Object Not Found For Delegate: {0} Cas: {1}
-UIMAEE_number_parallel_delegates_FINE = Number of Parallel Delegates: {0}
+UIMAEE_number_parallel_delegates_FINE = Number of Parallel Delegates: {0} Thread ID:{1} Thread Name:{2}
 UIMAEE_rcvd_reply_FINEST = Received Reply From: {0} Cas: {1} XMI: {2}
 UIMAEE_delegate_responded_count_FINEST = Number Of Delegates Responded So Far: {0} Cas: {1}
 UIMAEE_high_water_mark_FINEST = Deserializing Cas Using High Water Mark: {0} Cas: {1}
@@ -224,3 +224,4 @@ UIMAEE_dropping_msg_client_is_dead__INFO
 UIMAEE_incompatible_version_WARNING = Controller: {0} Unable to Initialize. UIMA-AS Version is Incompatible with UIMA Core. UIMA-AS Version: {1} UIMA Core Version: {2}
 UIMAEE_multiple_deployment_not_allowed__WARNING = Controller: {0} Multiple Deployment of AE: {1} Is Not Allowed. Change OperationalProperties in the AE descriptor or remove scalout parameter from the deployment descriptor
 UIMAEE_invalid_step__SEVERE = Controller: {0} Invalid Step Object: {1} For CAS:{2}. Terminating Service. Check Your Descriptor For Invalid AE Keys.
+UIMAEE_dump_threadpool_semaphore_info__FINEST = Time: {0} Thread Id: {1} Acquiring Executor Semaphore. {2} Current Available Permits= {3}
\ No newline at end of file