Hi Stephen, Sorry for the late reply. Do you have a beans.xml in your project? You may need to have this configuration file in your project in order for the JPA entities to be recognized.
Josh Juneau On Mon, Oct 30, 2023 at 6:28 PM Stephen G. Parry <sgpa...@mainscreen.com> wrote: > After a lot of swearing and adding of the correct libraries to > Tools->Libraries, I was able to persuade NB19 to create JPA 3.1 Entity > classes, based on the jakarta.persistence package space, from a database > in an SE project, although it identifies the libraries as EclipseLink > (JPA 3.0), not JPA 3.1 in the dropdown for persistence provider. I even > managed to make this work in a modular JavaFX project. However, nothing > I have tried so far will persuade the controller classes wizard to list > those classes - the list is empty - in any type of project (modular, > non-modular, SE or EE). Can anyone help here please? What do I need to > do to get this to recognize JPA 3.1 entities? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > For additional commands, e-mail: users-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >