1. Hibernate exception stackoverflow.comim new to hibernate! i have followed the netbeans tutorial on creating a hibernate enabled application. after sucessfully creating a database in mysql workbench i reversed engineered the pojos etc and ... |
2. How can i handle exception from mysql comming when mysql service is down stackoverflow.comI am working with mysql5 and hibernate. I am running my application in tomcat application server. if i stop mysqld service for some seconds, i am getting exception: java.sql.SQLException: Unable to connect ... |
3. using MySQL by Hibernate : org.hibernate.exception.SQLGrammarException stackoverflow.comI am using Hibernate to access MySQL database for my java application. I configured Hibernate using this instructions .Now I want to have query to my database; using this ... |
4. Exception when working with weblogic/oracle10 and mySQL forum.hibernate.orgI am new to hibernate and facing this new problem i am unaware of. I have hibernate.properties file that contains all the information related to MySQL JDBC connectivity. Then I have another properties file that contains following information: hibernate.connection.datasource=TESTDS hibernate.show_sql=true hibernate.connection.provider_class=net.sf.hibernate.connection.C3P0ConnectionProvider hibernate.c3p0.acquireIncrement=5 hibernate.c3p0.idleConnectionTestPeriod=1200 hibernate.c3p0.maxPoolSize=100 hibernate.c3p0.maxStatements=0 hibernate.c3p0.minPoolSize=1 hibernate.c3p0.initialPoolSize=20 I am creating a SessionFactory as given below: Configuration cfg = new Configuration(); Properties ... |
5. Hibernate Mysql Exception forum.hibernate.orgHi All, I'm developing a project with spring 3.0.5 and hibernate 3.6.0. My application-context.xml is below: ........ ....... |
6. MySql exception forum.hibernate.orgHi, I m getting this exception. I have seen various links for this and all possible forums and have tried all but i m still getting this exception. For testing purposes i have configured parameters as shown below mysql wait_timeout=100s; |
7. Exception: MySql URL problem forum.hibernate.org |
8. Database hangs after a Mysql exception forum.hibernate.orgPage 1 of 1 [ 2 posts ] Previous topic | Next topic Author Message monzonj Post subject: Database hangs after a Mysql exception Posted: Fri Aug 29, 2008 3:52 am Newbie Joined: Thu Aug 07, 2008 12:03 pm Posts: 16 Hi! Im having an estrange problem I dont know how ... |