From b6a931c21927675491af40bc32cebfa5d432124e Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 2 Oct 2023 13:08:24 +0200 Subject: feat(core): add configuration utils to operate on specific types of configuration values --- .../src/main/resources/messages/eaaf_utils_message.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eaaf_core_utils/src/main/resources') diff --git a/eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties b/eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties index 2cc4e22e..6c29a57c 100644 --- a/eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties +++ b/eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties @@ -1,5 +1,7 @@ internal.configuration.00=Wrong configuration. Missing property: {0} internal.configuration.01=Wrong configuration property: {0}. Reason: {1} +internal.configuration.02=Wrong configuration property: {0}. Reason: Invalid {1} value + internal.keystore.00=HSM-Facade NOT INITIALIZED. KeyStore:{0} initialization failed internal.keystore.01=KeyStore:{0} configuration has an unsupported type in configuration. -- cgit v1.2.3