My problem is that whenever I update or add any message in the ValidationMessages.properties, those messages won't reflected to the actual runtime validation message until restarting the application server (Just like the file being cached on the application server startup).
The only way to see the new changes is restarting the whole Websphere application server.
I tried to restart the application (EAR), republish it, clean and republish, change the "Publishing settings" on my IBM RAD, but none of them did the trick.
Noting that, I'm using the default implementation that's provided by IBM for JSF, CDI and Bean Validations.
I'm using IBM RAD 9.5.0.3 and Websphere 8.5.5.13 .