richard-grin commented on issue #3813: URL: https://github.com/apache/netbeans/issues/3813#issuecomment-1868046228
Hello @asbachb, I have just checked. With Payara, there is still the problem of the name of the driver but you can avoid it by adding a new additional property when you define the connection pool in Payara (driverClass=com.mysql.cj.jdbc.Driver). For the second problem, it works better but not completely. At the beginning of the wizard, when I choose the datasource, a window "New connection wizard" pops up, even if the connection is already defined. The first time, if I give the good information for the connection wizard, it works: the tables are shown, I can choose some of them and the entities are created. But, latter, if I want to create a new entity from another table from the *same* datasource, it does not work: the window"New connection wizard" print the message "connection already exists" (I don't remember exactly the message). To succeed in spite of this problem, I can change the JDBC URL of the connection by adding something not significant, just to change the URL. It is a workaround but it could be better without it. -- 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
