I have a grails vaadin project. the auto recompilation feature used to work well until I began to use internationalization, since then I have to restart the server to recompile any change.
Any Idea ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looking at the watched resources section in VaadinGrailsPlugin.groovy (within the plugin) it’s very clear that changes to the messages.properties files are not causing the plugin to reconfigure the way it dynamically handles i8n messages.
Put simply the plugin (v 1.4) doesn’t support reloading it’s i8n methods when you change messages.properties.