From 8f4c882e39b040cca1210fcc169424f721be16c8 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Wed, 01 Sep 2010 09:04:15 +0000 Subject: [PATCH] Various improvements: --- opendj-sdk/sdk/src/com/sun/opends/sdk/messages/messages.properties | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/sdk/src/com/sun/opends/sdk/messages/messages.properties b/opendj-sdk/sdk/src/com/sun/opends/sdk/messages/messages.properties index 7b8f5c4..5cb6e2b 100755 --- a/opendj-sdk/sdk/src/com/sun/opends/sdk/messages/messages.properties +++ b/opendj-sdk/sdk/src/com/sun/opends/sdk/messages/messages.properties @@ -5834,3 +5834,15 @@ contained the OID '%s', when '%s' was expected SEVERE_ERR_VIRTUAL_ATTRS_ONLY_INVALID_CONTROL_VALUE=Cannot decode the provided \ virtual attributes only control because it contains a value +WARN_CLIENT_DUPLICATE_MESSAGE_ID=The Directory Server is already processing \ + another request on the same client connection with the same message ID of %d +INFO_CANCELED_BY_ABANDON_REQUEST=The operation was canceled because the client \ + issued an abandon request (message ID %d) for this operation +INFO_CANCELED_BY_CANCEL_REQUEST=The operation was canceled because the client \ + issued a cancel request (message ID %d) for this operation +INFO_CANCELED_BY_CLIENT_DISCONNECT=The operation was canceled because the \ + client disconnected +INFO_CANCELED_BY_CLIENT_ERROR=The operation was canceled because the \ + client connection failed + + -- Gitblit v1.10.0