pool « Transaction « Spring Q&A





1. Java spring database application won't quit reference to org.enhydra.jdbc.pool.PoolKeeper is still active why?    stackoverflow.com

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 ...

2. Connection pool problem with Spring and programmatic transaction management    stackoverflow.com

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:

<bean id="dataSource" ...

3. How to enable connection pooling with Spring for MysqlXADataSource    stackoverflow.com

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 ...

4. Integration of Spring TransactionManager with BoneCP connection pooling    stackoverflow.com

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 ...

5. DB pooling, ORM, and Transaction    forum.springsource.org

Hi, on 1) This is a code snippet in my setup using DBCP: Bascially ...

6. Transaction manager getting connections from pool    forum.springsource.org

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 ...

7. Connection-Pool, TransactionManager and Dirty Read    forum.springsource.org

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 ...

8. Spring ibatis transaction not returning the connection to pool    forum.springsource.org

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 ...