From f531c4dd73411208ae6469a4ad5431795719871f Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Mon, 15 Dec 2008 16:07:29 +0000 Subject: [PATCH] - [Issue 274] Recurring Tasks --- opendj-sdk/opends/src/messages/messages/backend.properties | 41 +++++++++++++++++++++++++++++++---------- 1 files changed, 31 insertions(+), 10 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/backend.properties b/opendj-sdk/opends/src/messages/messages/backend.properties index 2839dd2..48e4025 100644 --- a/opendj-sdk/opends/src/messages/messages/backend.properties +++ b/opendj-sdk/opends/src/messages/messages/backend.properties @@ -318,18 +318,18 @@ SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=The provided recurring task \ entry contains multiple values for the %s attribute, which is used to specify \ the recurring task ID, but only a single value is allowed -SEVERE_ERR_RECURRINGTASK_NO_CLASS_ATTRIBUTE_104=The provided recurring task \ - entry does not contain attribute %s which is needed to specify the \ - fully-qualified name of the class providing the task logic -SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_TYPES_105=The provided recurring task \ - entry contains multiple attributes with type %s, which is used to hold the \ - task class name, but only a single instance is allowed -SEVERE_ERR_RECURRINGTASK_NO_CLASS_VALUES_106=The provided recurring task \ +SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=The provided recurring task \ + entry does not contain attribute %s which is needed to specify recurring task \ + schedule +SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=The provided recurring \ + task entry contains multiple attributes with type %s, which is used to hold \ + recurring task schedule, but only a single instance is allowed +SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=The provided recurring task \ entry does not contain any values for the %s attribute, which is used to \ - specify the fully-qualified name of the class providing the task logic -SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_VALUES_107=The provided recurring \ + specify recurring task schedule +SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=The provided recurring \ task entry contains multiple values for the %s attribute, which is used to \ - specify the task class name, but only a single value is allowed + specify recurring task schedule, but only a single value is allowed SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=An error occurred while \ attempting to load class %s specified in attribute %s of the provided \ recurring task entry: %s. Does this class exist in the Directory Server \ @@ -1035,3 +1035,24 @@ MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=This backend does not provide \ support for the numSubordinates operational attribute NOTICE_BACKEND_OFFLINE_370=The backend %s is now taken offline +SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_371=The provided recurring task \ + entry attribute %s holding the recurring task schedule has invalid number \ + of tokens +SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=The provided recurring task \ + entry attribute %s holding the recurring task schedule has invalid minute \ + token +SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=The provided recurring task \ + entry attribute %s holding the recurring task schedule has invalid hour \ + token +SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=The provided recurring task \ + entry attribute %s holding the recurring task schedule has invalid day of \ + the month token +SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=The provided recurring task \ + entry attribute %s holding the recurring task schedule has invalid month of \ + the year token +SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=The provided recurring task \ + entry attribute %s holding the recurring task schedule has invalid day of the \ + week token +SEVERE_ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=The provided recurring task \ + entry attribute %s holding the recurring task schedule has invalid tokens \ + combination yielding a nonexistent calendar date -- Gitblit v1.10.0