euasier opened a new issue, #8689: URL: https://github.com/apache/netbeans/issues/8689
### Apache NetBeans version Apache NetBeans 26 ### What happened The new jdbc driver (org.apache.derby.client.ClientAutoloadedDriver) used in db-derby-10.15.1.3 is not properly loaded when executing a Run JPQL Query. The console displays the following error message: <img width="1844" height="519" alt="Image" src="https://github.com/user-attachments/assets/d8a96a1e-9282-4f2d-a804-d6ffa02b2479" /> It works fine when using the old jdbc driver (org.apache.derby.jdbc.ClientDriver) with an older apache derby release (db-derby-10.14.2.0) ### Language / Project Type / NetBeans Component _No response_ ### How to reproduce Install Apache Derby 10.15.1.3: https://archive.apache.org/dist/db/derby/db-derby-10.15.1.3/db-derby-10.15.1.3-bin.zip Install NetBeans 26 Create DB in Services -> Databases -> JavaDB pointing to the installed Apache Derby version Create a connection to the toursdb database of the installed Apache Derby Version Import "test" project and Run JPQL Query [test.zip](https://github.com/user-attachments/files/21498453/test.zip) ### Did this work correctly in an earlier version? No / Don't know ### Operating System Ubuntu 22.04.5 LTS - 64 bit - Wayland ### JDK JDK 11 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists