Loading...
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.

Product icon
TUTORIAL

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.

Does Vaadin 7 work with sqlcontainer?

Rueben Laryea
6 years ago Sep 09, 2016 6:06pm
Tatu Lund
6 years ago Sep 12, 2016 10:11am
Rueben Laryea
6 years ago Sep 12, 2016 10:18am
Artur Signell
6 years ago Sep 12, 2016 11:15am
Rueben Laryea
6 years ago Sep 12, 2016 11:20am
Artur Signell
6 years ago Sep 12, 2016 11:21am
Rueben Laryea
6 years ago Sep 12, 2016 11:24am
Artur Signell
6 years ago Sep 12, 2016 11:58am

Do you have "vaadin-sqlcontainer-1.1.0.jar" in your project? If so, delete it

Also, you need to change the imports from com.vaadin.addons.* to com.vaadin.* if I remember correctly
 

Jens Jansson
6 years ago Sep 12, 2016 12:03pm

You could check the documentation at https://vaadin.com/docs/-/part/framework/sqlcontainer/sqlcontainer-getting-started.html.

The classes with full package names referred here are:
- com.vaadin.data.util.sqlcontainer.query.TableQuery
- com.vaadin.data.util.sqlcontainer.SQLContainer

Rueben Laryea
6 years ago Sep 12, 2016 1:03pm