Is it a good practice to set max connection to 0 in connection settings of data source in WAS which will enable infinite physical connections to database?
My web application is always running out of connections at some of time as there is long running operation which is repeated at regular intervals...
All connections are properly closed in finally block.