I have created a JDBC connection pool and a JDBC resource using that pool. I tested the connection and it pings. I executed a SQL command in NetBeans from the service tab in the database option (it also worked).
I added the glassfish-resources.xml.
Problem:
I try to create an entity class from database in Java, using the NetBeans wizard, but when I choose the data source (JDBC I recently created) it does not retrieve any table.
Any idea what could be happening?