Hello,
is there any possibility to localize bean validation messages on a global scope (w/o setting the message in every annotation as described in Designer Guide)?
The localized ValidationMessages are provided by Ivy in hibernate-validator.jar, but they do not appear to be used.
BTW: Localization of FacesMessages is not enabled by default as well, but this can be enabled by adding <message-bundle>javax.faces.Messages</message-bundle> in faces-config.xml. I think this should be set by default because the faces-config.xml is in an Ivy engine folder outside of "configuration" and the migration wizard does not transfer this setting when updating the engine.
Cheers, Stefan