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/10/05 19:05:06 UTC

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

Author: cwiklik
Date: Mon Oct  5 17:05:05 2009
New Revision: 821919

URL: http://svn.apache.org/viewvc?rev=821919&view=rev
Log:
UIMA-1593 Added new key UIMAEE_multiple_deployment_not_allowed__WARNING

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=821919&r1=821918&r2=821919&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 Oct  5 17:05:05 2009
@@ -221,3 +221,4 @@
 UIMAEE_add_endpoint_to_do_not_process_list__INFO= Controller: {0} Adding Endpoint: {1} to the Do Not Process List.
 UIMAEE_dropping_msg_client_is_dead__INFO= Controller: {0} Received a Message From a Client That Is No Longer Reachable. Its Reply Queue: {1} Has Been Removed. Dropping Message With CAS Id: {2}
 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
\ No newline at end of file