Enabling EJB Injection into Vaadin 7 UI via Usage of Vaadin-CDI-Integration Addon
问题 I wasn't able to successfully integrate the official Vaadin-CDI-Integration-Addon, since after finishing the official integration instructions, the following Exception was thrown in case I reloaded the already published URL localhost:8080/App/?restartApplication . javax.servlet.ServletException: com.vaadin.server.ServiceException: java.lang.IllegalStateException: UI id has already been defined The following little workaround is a tested, working solution, which completes the official