Vaadin 7 alpha3 - Extensions

Hi, thanks for the quick answer. I tried to recompile the widget set (project uses Maven) and run the application on the server.

When application loads root configuration I can clearly see the Extension in the “Component listing” but when using debug’s mode - Show connector statistics for client, the extension connector is not there I can only see some UnknownComponentConnector but I do not think it’s the extension one.

Is there a necessity to update the gwt maven plugin to version 2.4.0?

Isn’t it a implementation bug if extensions get executed sooner than component, thus allowing component to completely “destroy” what extension had done?

If necessary I could post a small zip with project configuration.