You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Vaadin 7.7.5, the method hasActiveRequest() does not exist anymore and therefore, running maven does not work if tableexport (1.6.2) is included. The error message is:
[INFO] Using com.vaadin:vaadin-client version 7.7.5
[INFO] Using com.vaadin:vaadin-client-compiler version 7.7.5
[INFO] Compiling module AppWidgetset
[INFO] Tracing compile failure path for type 'com.vaadin.client.ui.VCustomScrollTable'
[INFO] [ERROR] Errors in 'jar:file:.../.m2/repository/org/vaadin/addons/filteringtable/0.9.13.v7/filteringtable-0.9.13.v7.jar!/com/vaadin/client/ui/VCustomScrollTable.java'
[INFO] [ERROR] Line 2604: The method hasActiveRequest() is undefined for the type ApplicationConnection
[INFO] [ERROR] Aborting compile due to errors in some input files
The text was updated successfully, but these errors were encountered:
In Vaadin 7.7.5, the method hasActiveRequest() does not exist anymore and therefore, running maven does not work if tableexport (1.6.2) is included. The error message is:
[INFO] Using com.vaadin:vaadin-client version 7.7.5
[INFO] Using com.vaadin:vaadin-client-compiler version 7.7.5
[INFO] Compiling module AppWidgetset
[INFO] Tracing compile failure path for type 'com.vaadin.client.ui.VCustomScrollTable'
[INFO] [ERROR] Errors in 'jar:file:.../.m2/repository/org/vaadin/addons/filteringtable/0.9.13.v7/filteringtable-0.9.13.v7.jar!/com/vaadin/client/ui/VCustomScrollTable.java'
[INFO] [ERROR] Line 2604: The method hasActiveRequest() is undefined for the type ApplicationConnection
[INFO] [ERROR] Aborting compile due to errors in some input files
The text was updated successfully, but these errors were encountered: