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

Caused by: java.lang.NoClassDefFoundError: com/vaadin/v7/ui/Upload$Receiver #35

Open
tstsogoo opened this issue Jun 13, 2018 · 1 comment

Comments

@tstsogoo
Copy link

vaadin 8.4.3

@mstahv
Copy link
Collaborator

mstahv commented Jun 21, 2018

The module appears to be needing the v4 compatibility package at least with the UploadField component. So add this to your pom file and it should work:

<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>vaadin-compatibility-server</artifactId>
  <version>8.0.0</version>
</dependency>

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