Re: Is "Run JPQL Query" working?

2019-07-25 Thread Richard Grin
Hi Geertjan, Simple and quick to reproduce: 1. Create a new Maven Web Application Project (Java EE 8). Associate it with Payara 5.192 server. 2. Right click on the new project and New Entity classes from database. Choose the sample database (Java DB). Add the CUSTOMER table. Any package fo

Is "Run JPQL Query" working?

2019-07-23 Thread Richard Grin
Hi, NetBeans 11.1 beta 4 (I have not installed the final version yet). I can't use the tool to test the JPQL queries with a right click on persistence.xml > "Run JPQL Query". The JPQL query: "select c from Customer c" with the sample database provided by the installation. I have generated the