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 :sunglasses:
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.