spring-vaadin icon indicating copy to clipboard operation
spring-vaadin copied to clipboard

Multiple MessageSource beans in the application context will cause exception when using DEFAULT systemMessageProvider

Open joseph2002 opened this issue 11 years ago • 0 comments

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?

joseph2002 avatar Oct 10 '13 14:10 joseph2002