Re: Query

2023-01-02 Thread Laszlo Kishalmi
https://github.com/apache/netbeans/issues On 1/1/23 23:00, Murali Govind wrote: Hi If I need to ask a doubt so that community / forum members can help me where do I raise the issue Regards Murali - To unsubscribe, e-mail: use

Query

2023-01-01 Thread Murali Govind
Hi If I need to ask a doubt so that community / forum members can help me where do I raise the issue Regards Murali - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netb

Issue with netbeans.deploy.clientUrlPart and query strings

2021-07-19 Thread Tellis, Wyatt
Hi, I'm trying to create a custom Maven action that launches my webapp using a URL with a query string. I've configured the action with the following properties: netbeans.deploy=true netbeans.deploy.clientUrlPart=query?param1=value1¶m2=value2 maven.test.skip=true netbeans.deploy.debu

Re: Is "Run JPQL Query" working?

2019-07-25 Thread Richard Grin
ayara and Run the application; no problem, "Hello World!" in the brower (is this step necessary?) 5. Right click on persistence.xml > Run JPQL Query and type select c from Customer c The error message: javax.persistence.PersistenceException: No Persistence provider for EntityManager

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 instal