Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Using JPAContainer in a ComboBox error
Setup:
Vaadin: 6.7.5
JPAContainer: agpl-3.0-2.0.0
Error:
Terminal error: java.lang.IncompatibleClassChangeError: Class com.vaadin.addon.jpacontainer.JPAContainer does not implement the requested interface com.vaadin.data.Container
Has anyone come across this?
Thanks.
Mduduzi Keswa: Setup:
Vaadin: 6.7.5
JPAContainer: agpl-3.0-2.0.0Error:
Terminal error: java.lang.IncompatibleClassChangeError: Class com.vaadin.addon.jpacontainer.JPAContainer does not implement the requested interface com.vaadin.data.ContainerHas anyone come across this?
Thanks.
Answered my own question - I'm using this in an OSGi bundle. I had duplicate .Container classes in the classpath.