I have a Java web application containing a Persistence block. In this save module, I can select an existing data source or create a new data source. When I run this assembly web application on the Glassfish server, the data source is created on the assembly in the Glassfish server. A connection pool is also created.
I can remove the data source and / or connection pool in the assembly on the glassfish server. This does not remove the data source from NetBeans. When you restart the web application, data sources and connection pools are restored.
How to remove data source and connection pools in netbeans environment? I can not find this functionality anywhere.
I want to delete existing data sources and connection pools because I am having a problem with a new data source / connection pool. To make sure that no mixing occurs between the data sources / connection pools, I want to delete the old ones that I no longer use.
source share