The problem was in our implementation of HibernateBaseDAO.
We add two methods to access HQL functions that use HibernateDaoSupport.getSession (maybe that was the problem).
public Timestamp...
Type: Posts; User: alfred0; Keyword(s):
The problem was in our implementation of HibernateBaseDAO.
We add two methods to access HQL functions that use HibernateDaoSupport.getSession (maybe that was the problem).
public Timestamp...
Hello dr_pompeii, thanks for answering.
Yes, tracing the evolution of the DataSource pool in the JBoss logs I see that the connections are not been returned to the pool (when used from the quartz...
Hi all, we are having a problem with a quartz job.
The database connections are not being put back into the pool when the job ends.
The web part of the application use the same daos and does not...