diff options
author | Thomas <> | 2023-10-02 13:08:24 +0200 |
---|---|---|
committer | Thomas <> | 2023-10-02 13:08:24 +0200 |
commit | 7dc56d353fcd5c76d9be3660bbdd2cb4a8b23f38 (patch) | |
tree | 64a55366956bb43f6bea22facc031e688de0ebde /eaaf_core_utils/src/main/resources | |
parent | 44240b20f863fbd437e06947b539f76e73e91668 (diff) | |
download | EAAF-Components-7dc56d353fcd5c76d9be3660bbdd2cb4a8b23f38.tar.gz EAAF-Components-7dc56d353fcd5c76d9be3660bbdd2cb4a8b23f38.tar.bz2 EAAF-Components-7dc56d353fcd5c76d9be3660bbdd2cb4a8b23f38.zip |
feat(core): add configuration utils to operate on specific types of configuration values
Diffstat (limited to 'eaaf_core_utils/src/main/resources')
-rw-r--r-- | eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties | 2 |
1 files changed, 2 insertions, 0 deletions
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. |