spring-vaadin
spring-vaadin copied to clipboard
Multiple MessageSource beans in the application context will cause exception when using DEFAULT systemMessageProvider
This is caused by constructor of class SpringVaadinSystemMessagesProvider which get MessageSource bean by type. As I remember the Spring application context uses MessageSource bean which has the name "messageSource", maybe spring-vaadin should follow this?