connection 3 « Database « Spring Q&A





1. Reducing database connection acquisition timeout    forum.springsource.org

Reducing database connection acquisition timeout Hello, I'm using Spring 2.5 + Hibernate 3.3. I've tried both with DBCP and now C3P0 and I can't seem to reduce the time it takes ...

2. Cannot Open Connection    forum.springsource.org

Cannot Open Connection My app is working fine during most of the service calls. They typically call my DAOs a few times during the course of one transaction tied to a ...

3. Re-establishing connections after database crash    forum.springsource.org

hi all, i'm using jndi to configure the datasource connections Code: true ${jndi.dataSource} but ...

4. How to catch failing connections in classes that implement AbstractCursorItemReader?    forum.springsource.org

How to catch failing connections in a StoredProcedureItemReader? edit: hmpf can't edit the nonsensical thread title I am using a StoredProcedureItemReader to read data from an Oracle stored procedure. The problem ...

5. JMS: Too many connections:    forum.springsource.org

JMS: Too many connections: We got this exception: javax.jms.ResourceAllocationException: too many open connections. What does this mean? How can we resolve this issue? Code: 2010-04-22 14:25:50,876 ERROR [legacy.channelPoolTaskExecutor-2] handler.LoggingHandler - org.springframework.integration.message.MessageHandlingException: ...

6. JMS: Too many connections, ResourceAllocation Exception    forum.springsource.org

JMS: Too many connections, ResourceAllocation Exception We got this exception: javax.jms.ResourceAllocationException: too many open connections. What does this mean? How can we resolve this issue? Code: 2010-04-22 14:25:50,876 ERROR [legacy.channelPoolTaskExecutor-2] handler.LoggingHandler ...

7. How to make a configuration file for Database connection in Spring 3    forum.springsource.org

How to make a configuration file for Database connection in Spring 3 Hi, We are currently making a web application that connects to a database to retrieve, add, edit, and delete ...

8. throws UnkownHostException when parsing the DTD without internet connection    forum.springsource.org

hi, We are using com.springsource.com.ibatis-2.3.4.726.jar. If the server is not connected to the internet, then the startup of our server fails, because the parser cannot reach www.ibatis.com the ibatis file has ...

9. How to recreate connection(created by CachingConnectionFactory) when interrupted    forum.springsource.org

How to recreate connection(created by CachingConnectionFactory) when interrupted I create jms inbound adapter which create connection using CachingConnectionFactory, environment: spring 2.5.6, si 1.0.2: Code: ...





11. Interaction Spring Managed DS/Connection and Rogue Useage    forum.springsource.org

Interaction Spring Managed DS/Connection and Rogue Useage Hello, I'm currently attempting to rewrite a large application to utilize Spring. However, there will be a product roll out where some of the ...

12. Partial Data Commit on Close Connection during commit    forum.springsource.org

Partial Data Commit on Close Connection during commit We have some data issue when there is a closed connection during Spring +Hibernate transaction commit . We are using HibernateTemplate with HibernateTransactionManager ...

13. jms:listener-container - not showing connection exceptions    forum.springsource.org

jms:listener-container - not showing connection exceptions I have an app that listens to msgs on a durable Tibco topic that works fine in DEV but isn't receiving the msgs when configured ...