Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Widgetset 'abc' does not contain implementation for xy.com
Hey,
I have GWT component which works fine. Now want to integrate that into Vaadin, but I get the following message:
Widgetset 'abc' does not contain implementation for xy.com. Check its component connector's @Connect mapping, widgetsets GWT module description file and re-compile your widgetset....
I´m Using Vaadin 7.6.2 with GWT 2.7 and java 1.7_70 on OSX
- I have compiled the widgetset - looks fine to me and the demo component is working.
So everything looks fine - except that it does not work 8-)
Is there a recipe how to find such issue ? Are there any compiler switches to find the reason for that ?
Olaf
I fixed it, after setting loglevel to DEBUG I could see the problem with source files.