Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Vaadin 7.7.5 #51

Open
juitto123 opened this issue Dec 13, 2016 · 2 comments
Open

Not compatible with Vaadin 7.7.5 #51

juitto123 opened this issue Dec 13, 2016 · 2 comments

Comments

@juitto123
Copy link

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

@javydreamercsw
Copy link

I got the same error on 7.7.10.

@javydreamercsw
Copy link

I was able to work around it based on suggestion on this post.

   <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.vaadin.addons</groupId>
                <artifactId>filteringtable</artifactId>
                <version>0.9.15.v7</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants