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/07/27 16:43:03 UTC

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

Author: cwiklik
Date: Mon Jul 27 14:43:03 2009
New Revision: 798176

URL: http://svn.apache.org/viewvc?rev=798176&view=rev
Log:
UIMA-1459 Added new messages

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

Modified: incubator/uima/sandbox/trunk/uima-as/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/uima-as/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties?rev=798176&r1=798175&r2=798176&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/uima-as/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties (original)
+++ incubator/uima/sandbox/trunk/uima-as/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties Mon Jul 27 14:43:03 2009
@@ -167,4 +167,5 @@
 UIMAJMS_invalid_msg_type__INFO = Controller: {0} Received New Message With Invalid Message Type:{1} 
 UIMAJMS_invalid_cmd_type__INFO = Controller: {0} Received New Message With Invalid Command Type:{1}
 UIMAJMS_invalid_payload_type__INFO = Controller: {0} Received New Message With Invalid Payload Type:{1}
- 
\ No newline at end of file
+UIMAJMS_failed_to_create_listener__INFO = Controller: {0} Failed To Create Listener For Delegate Key: {1}
+UIMAJMS_cas_not_found__INFO = Controller: {0} Unable to Send Reply To: {1} Failed To Find CAS: {2}. In the Cache. 
\ No newline at end of file