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 2009/06/24 21:06:28 UTC

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

Author: cwiklik
Date: Wed Jun 24 19:06:27 2009
New Revision: 788133

URL: http://svn.apache.org/viewvc?rev=788133&view=rev
Log:
UIMA-1358

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

Modified: incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties?rev=788133&r1=788132&r2=788133&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties (original)
+++ incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties Wed Jun 24 19:06:27 2009
@@ -2,7 +2,6 @@
 #	 * Licensed to the Apache Software Foundation (ASF) under one
 #	 * or more contributor license agreements.  See the NOTICE file
 #	 * distributed with this work for additional information
-#	 * regarding copyright ownership.  The ASF licenses this file
 #	 * to you under the Apache License, Version 2.0 (the
 #	 * "License"); you may not use this file except in compliance
 #	 * with the License.  You may obtain a copy of the License at
@@ -154,8 +153,8 @@
 UIMAEE_remove_cache_entry_for_cas__FINE = Removed Entry From InProcess Cache - Key: {0}
 UIMAEE_no_client_drop_cas__INFO = Controller: {0} Dropping CAS: {1}. Client Has Disconnected From {2}
 UIMAEE_final_step_parent_cas__FINEST = Controller: {0} Final Step - Processing Cas Reference Id: {1}
-UIMAEE_final_step_parent_cas_child_count__FINEST = Controller: {0} Final Step - Parent Cas Reference Id: {1} Has In-Play Subordinate CASes. Current Subordinate CAS Count: {2}
-UIMAEE_final_step_parent_cas_no_children__FINEST = Controller: {0} Final Step - Parent Cas Reference Id: {1} Has No Subordinate CASes Being Processed.
+UIMAEE_final_step_parent_cas_child_count__FINEST = Controller: {0} Final Step - Cas Reference Id: {1} Has In-Play Subordinate CASes. Current Subordinate CAS Count: {2}
+UIMAEE_final_step_parent_cas_no_children__FINEST = Controller: {0} Final Step - Cas Reference Id: {1} Has No Subordinate CASes Being Processed.
 UIMAEE_unable_to_check_ae_back_to_pool__WARNING = Controller: {0} Unable to Check In an Instance Of AE While Processing CPC. Exception {1} 
 UIMAEE_sending_fcq_req__FINE = Controller: {0} Sending Request To Release CAS: {1} To Cas Multiplier:{2} Queue: {3}
 UIMAEE_remove_cache_entry__INFO = Controller: {0} Releasing CASes Produced From Input CAS: {1}
@@ -210,4 +209,14 @@
 UIMAEE_register_onEmpty_callback__INFO = Controller: {0} Registering onEmpty Callback With InProcessCache.
 UIMAEE_waiting_for_onEmpty_callback__INFO  = Controller: {0} Awaiting onEmpty Callback From InProcessCache
 UIMAEE_onEmpty_callback_received__INFO = Controller: {0} Received onEmpty Callback From InProcessCache
-UIMAEE_delegate_exception__WARNING = ------> Controller: {0} Received Exception From Delegate: {1}
\ No newline at end of file
+UIMAEE_delegate_exception__WARNING = ------> Controller: {0} Received Exception From Delegate: {1}
+UIMAEE_dropping_cas_failed_parent_cas__INFO = Controller: {0} Releasing Cas: {1}. The Parent's CAS: {2} is Marked As Failed. 
+UIMAEE_stopping_remote_cm_INFO = Controller: {0} Stopping Remote Cas Multiplier: {1} Stopping CM From Generating More CASes from CAS: {2}
+UIMAEE_forcing_cas_to_finalstep__FINE = Controller: {0} Forcing CAS: {1} To finalStep(). Current Child Count: {2}
+UIMAEE_cas_in_finalstep__FINE = Controller: {0} Processing CAS: {1} In finalStep(). Current Child Count: {2}  
+UIMAEE_cas_has_children__FINE = Controller: {0} CAS: {1} In finalStep() Found To Still Have In-Play Children. Current Child Count: {2}  
+UIMAEE_cas_decremented_child_count__FINE = Controller: {0} Decremented CAS: {1} Child Count In finalStep(). Current Child Count: {2}  
+UIMAEE_returning_exception_to_client__FINE = Controller: {0} Returning Exception on CAS: {1} To Client: {2}  
+UIMAEE_sending_reply_to_client__FINE= Controller: {0} Sending Reply Containing CAS: {1} To Client: {2}
+
+