Hi,
I'm currently learning about Java EE development. I've been using a persistence unit with transaction type RESOURCE_LOCAL up until now, and it was possible to browse the database tables inside Netbeans under the Services tab. I'm using the Derby database org.apache.derby.jdbc.ClientDriver.
I had to change transaction type to JTA in order to get EJBs working, but now I can no longer see any tables from within Netbeans.
Can I fix this somehow?