You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/06/29 22:58:44 UTC

svn commit: r789445 - /webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages.properties

Author: kstam
Date: Mon Jun 29 20:58:43 2009
New Revision: 789445

URL: http://svn.apache.org/viewvc?rev=789445&view=rev
Log:
Adding error messages text

Modified:
    webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages.properties

Modified: webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages.properties
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages.properties?rev=789445&r1=789444&r2=789445&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages.properties (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/messages.properties Mon Jun 29 20:58:43 2009
@@ -18,43 +18,47 @@
 # Global base messages file.
 
 #-- UDDI-specific messages
-E_accountLimitExceeded=
-E_assertionNotFound= 
-E_authTokenExpired=
-E_authTokenRequired=
-E_busy=
+E_accountLimitExceeded=Save request exceeds the quantity limits for a given data type.
+E_assertionNotFound=Publisher assertion cannot be identified in a save or delete operation.
+E_authTokenExpired=Authentication token information has timed out.
+E_authTokenRequired=Authentication token is missing or is invalid.
+E_busy=The request cannot be processed at the current time.
 E_categorizationNotAllowed=
-E_fatalError=
+E_fatalError=A serious technical error has occurred while processing the request.
+E_historyDataNotAvailable=Requested history data is not available for the time period requested. 
 E_invalidCategory=
 E_invalidCompletionStatus=
 E_invalidCombination=Invalid find qualifier combination
+E_invalidCompletionStatus=Assertion status value passed is unrecognized.
 E_invalidKeyPassed=An invalid key has been passed
-E_invalidProjection=
-E_invalidTime=
+E_invalidProjection=An attempt was made to save a businessEntity containing a service projection where the serviceKey does not belong to the business designated by the businessKey.
+E_invalidTime=The time period, the date/time, or the pair of date/time is invalid.
 E_invalidURLPassed=
-E_invalidValue=
+E_invalidValue=A value that was passed in a keyValue attribute did not pass validation.
 E_keyRetired=
+
+E_keyUnavailable=The proposed key is in a partition that has already been assigned to some other publisher. 
 E_languageError=
-E_messageTooLarge=
+E_messageTooLarge=The message is too large.
 E_nameTooLong=
 E_operatorMismatch=
 E_publisherCancelled=
-E_requestDenied=
-E_requestTimeout=
-E_resultSetTooLarge=
+E_requestDenied=Subscription cannot be renewed.
+E_requestTimeout=The request could not be carried out because a needed Web service did not respond in a reasonable amount of time.
+E_resultSetTooLarge=The UDDI node deems that a result set from an inquiry is too large, and requests to obtain the results are not honored, even using subsets.
 E_secretUnknown=
 E_success=
+E_tokenAlreadyExists=Key already exists in transfer request
 E_tooManyOptions=
 E_transferAborted=
-E_unknownUser=
-E_unrecognizedVersion=
-E_unsupported=
-E_unvalidatable=
-E_userMismatch=
-E_valueNotAllowed=
-E_keyUnavailable=Key is unavailable
-E_tokenAlreadyExists=Key already exists in transfer request
 E_transferNotAllowed=The transfer request is not allowed
+E_unknownUser=The user ID and password pair passed in a get_authToken API is not known to the UDDI node or is not valid.
+E_unrecognizedVersion=The value of the namespace attribute is unsupported by the node being queried.
+E_unsupported=Usupported feature or API.
+E_unvalidatable=An attempt was made to reference a value set in a keyedReference whose tModel is categorized with the unvalidatable categorization.
+E_userMismatch=An attempt was made to use the publishing API to change data that is controlled by another party. 
+E_valueNotAllowed=A value did not pass validation because of contextual issues.
+
 
 #-- General error messages
 errors.Unspecified=An unspecified error occurred



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org