1. oracle hibernate + maven dependenciesm dbcp.basicdatasource exception stackoverflow.comI'm trying to create a web application using maven, tomcat and hibernate. Now I'm getting a cannot find class for org.appache.commons.dbcp.basicdatasource for bean with name datasource... exception. Without the hibernate aspects it works ... |
2. org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' stackoverflow.comI am working on a web based project using spring ,hybernate +jpa .I am trying to configure JTA Transactions with Atomkios my backend is mySql. I am ... |
3. DBCP and Hibernate on Spring, doesn't re-open dead connections, why? stackoverflow.comI'm using Hibernate and DBCP to manage mySQL connections, all in a Spring project. Everything is working fine. The only problem is that if the app stays still for a long time, ... |
4. "Connection reset on log" from Commons DBCP stackoverflow.comI am using Spring, Hibernate for CRUD operations and using Apache 'BasicDataSource' for connection pooling Now the problem is when use below following configuration in datasource
|
5. Spring + Hibernate + DBCP connection leaks forum.springsource.orgSpring + Hibernate + DBCP connection leaks Hi, I am using String 1.2.6 with Hibernate 3.1 and DBCP as a persistent layer of my application. Transactions are defined as annotations to ... |
6. RMI + Hibernate + dbcp results in hanging forum.springsource.orgRMI + Hibernate + dbcp results in hanging Hi, I have a spring-webapp using RMI webservice in combination with Hibernate and dbcp/c3p0. The problem is, when I enter the webapp through ... |
7. Hibernate + dbcp/c3p0 + rmi results in hang forum.springsource.orgHibernate + dbcp/c3p0 + rmi results in hang Hi, I have a spring-webapp using RMI webservice in combination with Hibernate and dbcp/c3p0. The problem is, when I enter the webapp through ... |
8. NPE in commons.dbcp with Hibernate, AOP and Quartz forum.springsource.orgNPE in commons.dbcp with Hibernate, AOP and Quartz Hi all I'm not sure this is the right place, but I don't quite know to whom this issue might belong (beside me). ... |
9. JPA + direct JDBC in Spring with DBCP? forum.springsource.orgJPA + direct JDBC in Spring with DBCP? I'm trying to configure Spring so that I can use a DBCP datasource connected to MySQL 5. I want to use that datasource ... |
10. mixed JPA + JDBC, dbcp connection pool configuration forum.springsource.orgmixed JPA + JDBC, dbcp connection pool configuration I am using a mixed JPA and JDBC (using jdbcTemplate) data access. Transactions are handled by JpaTransactionManager, which supports this. If I configure ... |
11. Spring, DBCP connection pool and MySQL application slowdown forum.hibernate.org |