Skip to content

Commit

Permalink
Improved messages in LogginLocalizationResource and ValidationExcepti…
Browse files Browse the repository at this point in the history
…onResource eclipse-ee4j#2344
  • Loading branch information
ajaypaul-ibm authored Jan 13, 2025
1 parent 3f59e37 commit 49613ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public final class ValidationExceptionResource extends ListResourceBundle {
{ "7105", "Error encountered converting encrypting class: [{0}]" },
{ "7106", "Error encountered during string encryption." },
{ "7107", "Error encountered during string decryption." },
{ "7360", "Database password was encrypted by deprecated algorithm.\nIt's recommended to re-encrypt it by `passwordUpdate.sh` from eclipselink.zip bundle"},
{ "7360", "Database password was encrypted by deprecated algorithm.\nReencrypt it by passwordUpdate.sh from the eclipselink.zip bundle."},
{ "7108", "This operation is not supported for non-relational platforms." },
{ "7109", "The login in the project used to create the session is null, it must be a valid login." },
{ "7110", "At present HistoricalSession only works with Oracle 9R2 or later databases, as it uses Oracle''s Flashback feature." },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public class LoggingLocalizationResource extends ListResourceBundle {
{ "corrupt_object", "corrupt object: {0}" },

{ "encryptor_script_usage", "Usage is `passwordUpdate.sh|.cmd -ip <old encrypted password>`"},
{ "encryptor_script_description", "This application internally decrypt old encrypted password used by some previous version EclipseLink and encrypt it by latest algorithm."},
{ "encryptor_script_description", "This application internally decrypts an old encrypted password that was used by a previous EclipseLink version and encrypts it by the latest algorithm."},
{ "encryptor_script_output", "Re-encrypted password is: {0}"}
};

Expand Down

0 comments on commit 49613ed

Please sign in to comment.