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