While iterating and using the database tag, to insert data inside a database, I got a
"maximum number of open connection reached", which means to me that
the connection used by the tag database is not closed at all.
Version 2.1.0-RELEASE (not released yet) will come with completely new implementation of standalone connection pool. Additionally, you will be able to integrate web harvest with some other connection pool provider (c3p0, dbcp and so forth) over JNDI. For more information please take a look here:
Version 2.1.0-RELEASE (not released yet) will come with completely new implementation of standalone connection pool. Additionally, you will be able to integrate web harvest with some other connection pool provider (c3p0, dbcp and so forth) over JNDI. For more information please take a look here:
https://sourceforge.net/p/web-harvest/feature-requests/25/
The new implementation has been tested thoroughly, and it seems that there is no problem with not closed database connections.