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

NoSuchMethodError #23

Open
javydreamercsw opened this issue Mar 15, 2017 · 1 comment
Open

NoSuchMethodError #23

javydreamercsw opened this issue Mar 15, 2017 · 1 comment

Comments

@javydreamercsw
Copy link

While using 2.0.0 under Vaadin 7.7.7 it throws this error:

java.lang.NoSuchMethodError: com.vaadin.ui.Button.addClickListener(Lcom/vaadin/ui/Button$ClickListener;)Lcom/vaadin/shared/Registration;
	at org.vaadin.teemu.wizards.Wizard.initControlButtons(Wizard.java:151)
	at org.vaadin.teemu.wizards.Wizard.init(Wizard.java:130)
	at org.vaadin.teemu.wizards.Wizard.<init>(Wizard.java:119)

This is obviously a version mismatch, bt I was under the impression you were using the compatibility libraries.

@mschiffel
Copy link

Just spent over an hour on the same thing.

Got the exception

Severe:   java.lang.NoSuchMethodError: com.vaadin.ui.Button.addClickListener(Lcom/vaadin/ui/Button$ClickListener;)V
	at org.vaadin.teemu.wizards.Wizard.initControlButtons(Wizard.java:151)
	at org.vaadin.teemu.wizards.Wizard.init(Wizard.java:130)
	at org.vaadin.teemu.wizards.Wizard.<init>(Wizard.java:119)

when using Vaadin 8.0.* along with outdated WizardsForVaadin 1.1.1.

Problem disappeared after switching to WizardsForVaadin 2.0.1.

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