AdolfGalland opened a new issue, #5370: URL: https://github.com/apache/netbeans/issues/5370
### Apache NetBeans version Apache NetBeans 16 ### What happened The "Entity classes from database wizard" is poorly documented and when it fails there are useless error messages. My setup is the following: My setup: Netbeans 16 on windows 11 Mysql server 8 mysql-connector-java-8.0.30.jar OpenJDK 64-Bit Server VM Microsoft-40354 (build 17.0.4.1+1-LTS, mixed mode, sharing) Payara server 5.2 configured in Netbeans When Payara server is added in Netbeans the Datasource select box of the wizard is populated reading jdbc resources from **domain.xml** . 1- choosing "New datasource..." option is broken, it lets you enter some data but at the end of the process nothing change and data are lost. 2- choosing an existing jdbc resource the following error was reported: > Unable to find driver com.mysql.cj.jdbc.MysqlDataSource. Register this driver in databases tab I could restore correct functioning only after adding Url and driverClass properties to the connection pool linked to the selected jdbc resource. I didn't have these problems with previous versions of Netbeans (12) and Mysql (5.x) ### How to reproduce _No response_ ### Did this work correctly in an earlier version? Apache NetBeans 12.6 or earlier ### Operating System windows 11 ### JDK OpenJDK 64-Bit Server VM Microsoft-40354 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
