Hello all I have a simple Spring application which will not end as there is still a reference left to org.enhydra.jdbc.pool.PoolKeeper. I include all the references I feel are revelant below ...
I need your help in order to solve connection pool problem with Spring.
I’m using Spring with Java 1.4 (no annotation).
Here is the datasource and the connection pool definition:
Does com.mysql.jdbc.jdbc2.optional.MysqlXADataSource support connection pooling itself? I'm about to configure an XA Datasource in Spring for MySQL using JbossJTA. As MysqlXADataSource has some properties like autoReconnectForPools, I want to know if ...
I'm using BoneCP connection pooling mechanism and I want to manage my transactions using support of the Spring framework. I found an example about Spring Transaction Management and I ...
Transaction manager getting connections from pool Hello, while performance testing my application i found out that the transaction manager is getting a database connection even when no database call is being ...
Connection-Pool, TransactionManager and Dirty Read Hello, I want to load millions of data in 3 tables. One Thread makes a select as an consumer and a pool of Threads get this ...
Spring ibatis transaction not returning the connection to pool I am using spring transaction management with the following definition, For read-only transaction it is not returning the connection back to the ...