From 2a5859ba830517514ca7aa21d90988327b0b51ea Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Wed, 05 Sep 2007 06:51:34 +0000 Subject: [PATCH] Implement support for delete and modify operations in the task backend as follows: --- opendj-sdk/opends/src/messages/messages/backend.properties | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/backend.properties b/opendj-sdk/opends/src/messages/messages/backend.properties index 3e6d6b1..00aee65 100644 --- a/opendj-sdk/opends/src/messages/messages/backend.properties +++ b/opendj-sdk/opends/src/messages/messages/backend.properties @@ -944,5 +944,22 @@ SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Failed to set permissions \ on trust store file %s SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=The root container for backend \ - %s has not been initialized preventing this backend from processing the \ - requested operation + %s has not been initialized preventing this backend from processing the \ + requested operation +SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Unable to obtain a write lock \ + on entry %s +SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Entry %s cannot be modified \ + because it does not represent a task entry. Only task entries may be \ + modified in the task backend +SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Entry %s cannot be modified because \ + it does not represent a valid task in the server +SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=Entry %s cannot be modified because \ + the assoicated task has completed running. Completed tasks cannot be modified +SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=Entry %s cannot be modified because \ + the server does not currently support modifying recurring task entries +SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=The task associated with entry %s is \ + currently running. The only modification allowed for running tasks is to \ + replace the value of the ds-task-state attribute with "cancel" +INFO_TASKBE_RUNNING_TASK_CANCELLED_336=Task processing was interrupted by a \ + modify request to cancel the task + -- Gitblit v1.10.0