1. SingleConnectionDataSource configuration problem ? forum.springsource.orgSep 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, ... |
2. Question about SingleConnectionDataSource forum.springsource.orgQuestion 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" ... |
3. SingleConnectionDataSource forum.springsource.orgSingleConnectionDataSource 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 ... |
4. java.sql.SQLException: Connection was closed in SingleConnectionDataSource. forum.springsource.orgjava.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 ... |
5. SingleConnectionDatasource forum.springsource.orgSingleConnectionDatasource 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 ... |
6. How the SingleConnectionDataSource can be used with autocommit false? forum.springsource.orgI 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 ... |
7. SingleConnectionDataSource forum.springsource.orgHello, I have the following line in my database.xml file. |
8. Require timeout functionality using SingleConnectionDataSource forum.springsource.orgRequire 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 ... |
9. SQLite - SingleConnectionDataSource - NullpointerException forum.springsource.orgSQLite - 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 ... |