From d0f590f8d3d9568664c032196ae403ceda1db88a Mon Sep 17 00:00:00 2001 From: david_page <david_page@localhost> Date: Mon, 08 Oct 2007 19:53:28 +0000 Subject: [PATCH] issue 466 (partial) CryptoManager some more i18n changes maybe fix unit test failures on Linux / Java 6 --- opends/src/messages/messages/core.properties | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 2253e8e..18c604a 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1689,7 +1689,17 @@ failed to retrieve entry "%s" (the instance-key-pair public-key certificate): %s SEVERE_ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER_667=CryptoManager \ failed to compute an instance key identifier: %s -SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=CryptoManager \ - failed to add entry "%s" +SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=Failed \ + to add entry "%s" SEVERE_ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY_669=CryptoManager \ failed to publish the instance-key-pair public-key-certificate entry in ADS: %s +SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_ADS_TRUSTSTORE_CERTS_670=CryptoManager \ + failed to retrieve the collection of instance-key-pair public-key-certificates \ + from ADS container \"%s\": %s +SEVERE_ERR_CRYPTOMGR_FAILED_TO_ENCODE_SYMMETRIC_KEY_ATTRIBUTE_671=CryptoManager \ + failed to encode symmetric key attribute value: %s +SEVERE_ERR_CRYPTOMGR_PARSE_SYMMETRIC_KEY_ATTRIBUTE_FIELD_COUNT_672=CryptoManager \ + symmetric key attribute value \"%s\" syntax is invalid: incorrect number of fields +SEVERE_ERR_CRYPTOMGR_PARSE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX_673=CryptoManager \ + symmetric key attribute value \"%s\" syntax is invalid. Parsing failed in field \ + \"%s\" at offset \"%d\" -- Gitblit v1.10.0