pool « MySQL « JPA Q&A





1. Conflict with Hibernate's Pool and Mysql?    stackoverflow.com

is there conflict with Hibernate's Pool and Mysql? I have a web application in mysql and I use hibernate for the management of connexion.but after hours of use of the applications I ...

2. Conflict with Hibernate's Pool and Mysql?    coderanch.com

hello, is there conflict with Hibernate's Pool and Mysql? I have a web application in mysql and I use hibernate for the management of connexion.but after hours of use of the applications I have an exception when connecting: org.hibernate.exception.GenericJDBCException: Cannot open connection at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103) at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29) at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:426) at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144) at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:119) at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:57) at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1326) at ...