From 07541fa5b77a51759b23eac2308255651eb5cd93 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Thu, 06 Sep 2007 00:26:13 +0000 Subject: [PATCH] Add partial support for performing server-side referential integrity. This change adds a constraint which prevents configuration of dangling references. A subsequent change will add a constraint which will prevent removal of referenced components. --- opends/src/messages/messages/admin.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/admin.properties b/opends/src/messages/messages/admin.properties index af43615..5089f2e 100644 --- a/opends/src/messages/messages/admin.properties +++ b/opends/src/messages/messages/admin.properties @@ -259,3 +259,5 @@ constraint violation occurred: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=The following \ constraint violations occurred: %s +SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=The value "%s" in \ + property "%s" in the %s in entry "%s" refers to a non-existent %s at "%s" \ No newline at end of file -- Gitblit v1.10.0