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/02/01 19:52:55 UTC

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

Author: cwiklik
Date: Mon Feb  1 18:52:54 2010
New Revision: 905364

URL: http://svn.apache.org/viewvc?rev=905364&view=rev
Log:
UIMA-1731 Modified UIMAEE_exception__WARNING key

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

Modified: incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties?rev=905364&r1=905363&r2=905364&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties Mon Feb  1 18:52:54 2010
@@ -17,7 +17,8 @@
 #	 ***************************************************************
 
 UIMAEE_service_id_INFO = Starting Uima EE Service On {0}
-UIMAEE_exception__WARNING = {0}
+UIMAEE_service_exception_WARNING = Service: {0} Runtime Exception  
+UIMAEE_exception__WARNING = 
 UIMAEE_invalid_cpc_request__INFO = Invalid {0} Request. Analysis Engine Instance Not Found For Thread: 
 UIMAEE_primary_cas_pool_init__CONFIG = Primary CAS Pool Size: {0} Context: {1}. Supports Incoming Service Requests.
 UIMAEE_secondary_cas_pool_init__CONFIG = Secondary CAS Pool Size: {0} Context: {1}. Supports Incoming Replies from Delegates.