From 8513213e8f8f1cd4d87a10b3218654c6988f5188 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Tue, 31 Mar 2015 10:00:47 +0000 Subject: [PATCH] CR-6474 OPENDJ-1711 - re-implement VLV support for pluggable backends --- opendj-server-legacy/src/messages/org/opends/messages/backend.properties | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties index b13ad43..2f717b5 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties @@ -1025,4 +1025,7 @@ %d available. Consider using ds-cfg-db-cache-percent ERR_BACKEND_CONFIG_CACHE_PERCENT_GREATER_THAN_JVM_HEAP_429=Configuration \ attribute ds-cfg-db-cache-percent has a value of %d%% but the JVM has only \ - %d%% available \ No newline at end of file + %d%% available +ERR_VLV_BAD_ASSERTION_430=Unable to process the virtual list view request \ + because the target assertion could not be decoded as a valid value for the \ + '%s' attribute type \ No newline at end of file -- Gitblit v1.10.0