Sep 4th, 2004, 08:20 AM #1 seldrick View Profile View Forum Posts Private Message Junior Member Join Date Aug 2004 Location Paris - France Posts 17 SingleConnectionDataSource configuration problem ? Hi, ...
Question about SingleConnectionDataSource Hi, I have a small application that uses straight JDBC to access ORACLE using "thin" driver. I create "connection" and "statement" at the beginning and use this "statement" ...
SingleConnectionDataSource Hi All, I was using SingleConnectionDataSource to connect to Oracle. Connection seems file but getJdbcTemplate() return a new connection all the time and close it after running a query. I ...
java.sql.SQLException: Connection was closed in SingleConnectionDataSource. This error occurs after about 24 hours of inactivity (look the stacktrace dates, line 1: 2007-09-25 17:20 line 2: 2007-09-26 09:11) software configuration: - apache-tomcat-5.5.23 ...
SingleConnectionDatasource Hi I have been experience a problem in an application I am running. I get a warning of "Unclosed connection detected". After looking through the code, I see that a ...
I need some daos always deal with the same connection which should NOT be closed by JDBCtemplate. For that reason I have used SingleConnectionDataSource as a data-source to ensure that getConnection ...
Require timeout functionality using SingleConnectionDataSource We have an application that is using SingleConnectionDataSource to connect to an external db. In production, sometimes, the remote db stops responding which causes our connections ...
SQLite - SingleConnectionDataSource - NullpointerException Hello! I ran into a problem trying to use SQLite with spring. I use SQLite in-memory database, and - since every connection to "jdbc:sqlite::memory:" creates a ...