How can I solve a problem with eclipse wizards, specifically jpa tools?
I have a problem with the automatic wizards of Eclipse, specifically with those inherent to a jpa project, the jpa tools that automatically generate entities based on the database tables, practically these entities are inserted into the persistence file but the package that is also generated automatically, it is generated empty, I checked the connections to the db and everything but everything is configured correctly, how can I resolve it? I also tried to delete the cache of my eclipse IDE but nothing, this problem persists, I am using the September 2023 version of eclipse, I use wildfly 22 as the server and I use the default wildfly configurations as the jpa project configuration. When I create the database connection and test the connection, it tells me it connects
I also tried to delete the cache of my eclipse IDE but nothing, this problem persists, I am using the September 2023 version of eclipse, I use wildfly 22 as the server and I use the default wildfly configurations as the jpa project configuration. When I create the database connection and test the connection, it tells me it connects
I expected that at least by removing the cache the problem could be solved but this was not the case
Read more here: Source link
