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/11/20 20:05:41 UTC

svn commit: r882678 - /incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties

Author: cwiklik
Date: Fri Nov 20 19:05:26 2009
New Revision: 882678

URL: http://svn.apache.org/viewvc?rev=882678&view=rev
Log:
UIMA-1675 Modified to escape apostrophe char in the log msgs 

Modified:
    incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties

Modified: incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties?rev=882678&r1=882677&r2=882678&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties Fri Nov 20 19:05:26 2009
@@ -17,6 +17,8 @@
 #	 * under the License.
 #	 ***************************************************************
 
+
+UIMAJMS_client_process_timeout__INFO = Process Timeout - Uima AS Client Didn''t Receive Process Reply Within Configured Window Of:{0} millis 
 UIMAJMS_exception__WARNING = Thread: {0} Exception:{1}
 UIMAJMS_metadata_reply__endpoint__FINEST = Metadata Reply Sent From: {0}
 UIMAJMS_metadata_request__endpoint__FINEST = Metadata Request Sent To: {0} Managed By: {1}
@@ -158,9 +160,9 @@
 UIMAJMS_send_failed_deleted_queue_INFO = >>>> Controller: {0} - Failed to Send Message To Queue: {1}. The Queue Has Been Deleted From Broker:{2}. 
 UIMAJMS_msg_size__FINE = Controller: {0} Sending {1} Message of Type: {2} to Endpoint: {3} Message Size: {4}
 UIMAJMS_client_sending_ping__FINE = Uima AS Client Sent PING Message To Service: {0}
-UIMAJMS_client_serialization_ovveride__WARNING = \n\t***** WARNING: Service Doesn't Support Binary Serialization. Uima AS Client Defaulting to XMI Serialization\n
-UIMAJMS_client_ping_timed_out__WARNING = \n\t***** WARNING: Service: {0} Didn't Respond To Ping.\n 
-UIMAJMS_client_process_timedout__INFO = Process Timeout. Uima AS Client Didn't Receive Process Reply Within Configured Window Of: {0}
+UIMAJMS_client_serialization_ovveride__WARNING = \n\t***** WARNING: Service Doesn''t Support Binary Serialization. Uima AS Client Defaulting to XMI Serialization\n
+UIMAJMS_client_ping_timed_out__WARNING = \n\t***** WARNING: Service: {0} Didn''t Respond To Ping.\n 
+UIMAJMS_client_process_timedout__INFO = Process Timeout. Uima AS Client Didn''t Receive Process Reply Within Configured Window Of:{0} millis
 UIMAJMS_listener_connection_failure__WARNING = {0} Listener Unable To Connect To Broker: {1} Retrying ...  
 UIMAJMS_listener_connection_recovered__WARNING = {0} Listener Established Connection to Broker: {1} 
 UIMAJMS_send_reply_failed__INFO = Controller: {0} Failed Sending Reply To Remote Destination Managed By Server: {1} Queue: {2}