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.
JPAContainerFactory ClassNotFound
Hi,
In the Book of Vaadin section on using a JPAContainer (https://vaadin.com/book/-/page/jpacontainer.usage.html), we are advised to use the JPAContainerFactory.
The Maven download for the JPAContainer release has the version at 3.2.0. This jar does not contain the JPAContainerFactory jar.
In addition, when checking out the source repo for JPAContainer (https://dev.vaadin.com/svn/addons/JPAContainer/), I can see that the latest release is 2.0.0-RC1, which contains the JPAContainerFactory class:
https://dev.vaadin.com/svn/addons/JPAContainer/tags/2.0.0-RC1/jpacontainer-addon-dev/src/main/java/com/vaadin/addon/jpacontainer/JPAContainerFactory.java
Should we therefore be using version 2.0.0-RC1 in our Maven pom? And if so, why does the add-on page have the more recent 3.2.0 version? Alternatively, if using 3.2.0, how should we construct the container if not via the JPAContainerFactory?
Thanks,
Dave
I can find JPAContainerFactory in jpacontainer-3.2.0.jar.