apache-commons-dbcp
Hibernate Exception: Connection Pool exhausted error after Spring upgrade
I am using Spring + Hibernate + Dbcp + Tomcat in my application. For some reason after a recent spring upgrade to version 3.0.6 the application has started to throw the following exception.[详细]
2023-04-13 07:55 分类:问答How to use commons-DBCP with Play! Framework
How can I set up my Play! app to use a commons-dbcp connection pool instead of the native one provided by C3P0?[详细]
2023-04-10 07:55 分类:问答Difference between BasicDatasource and PoolingDatasource
What is the difference between org.apache.commons.dbcp BasicDatasource and PoolingDataSoure? Do both support pooling of connections? When to use 开发者_运维知识库each of them ?BasicDataSource is, as t[详细]
2023-04-06 03:26 分类:问答Connection Pool Exception: Cannot get a connection, pool error Timeout waiting for idle object
I am running a web application in Production that recently crashed after it was under some stress. I would guess 100-300 people were accessing the site at similar times, which I would expect to work f[详细]
2023-04-02 02:06 分类:问答DBCL message on console
I am creating a database connection pool with following properties. <bean id=\"complianceCCRDataSource\" class=\"org.apache.commons.dbcp.BasicDataSource\"[详细]
2023-03-22 03:23 分类:问答DBCP: removeAbandoned VS eviction
I fail to figure out the difference between removeAbandoned and eviction. I read somewhere that removeAbandoned was deprecated, but it is not mentionned anywhere in the official doc (http://commons.ap[详细]
2023-03-18 18:39 分类:问答Apache Commons DBCP connection object problem, Thread: ClassCastException in org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper
I am using Apache Commons DBCP (commons-dbcp.jar) Connection pool. Once I obtained a connection from the pool it is wrapped in the[详细]
2023-03-16 01:28 分类:问答Connections not closed Spring with tomcat 5.5
We are using a j2ee application with spring framework 2.0. The server used is tomcat 5.5. The database used is mysql. We are using a VPS for hosting our application and we have noticed that the CPU us[详细]
2023-03-14 01:51 分类:问答How to set program name in ibatis config XML?
I am attempting to set the program name to something other than \"jdbc thin client\" using the iBatis dao config.[详细]
2023-02-27 06:22 分类:问答Deadlock issue in DBCP deployed on Tomcat
I\'m using DBCP data source (with default configuration) in Spring configuration to manage my connections to the database, and I\'m running into a deadlock condition when the number of clients increas[详细]
2023-02-26 14:07 分类:问答