java - Error during Hibernate connection -
Struts problem report
Struts has detected an unhandled exception Action: Message: Error! Please, check the option of JDBC / Jedianai configurations and database servers. Not found JDBC driver class could not be open or keep a Hibernate session ValueStack com.mysql.jdbc.driver file: com / GoogleCode / s2hibernate / struts2 / plugin / interceptor / SessionTransactionInjectorInterceptor.java line number: No 134 JDBC driver class found: com.mysql.jdbc.driver kept I MySQL jar lib and lib all right for me to solve this issue I'm trying to connect to the database Please suggest that the referees are checked in Hibernate A Oteshn
Staktros
org.hibernate.SessionException: Error! Please, check the option of JDBC / Jedianai configurations and database servers. Could not open or insert a hibernate session in ValueStack: The JDBC driver class was not found: com.mysql.jdbc.driver
You have the wrong driver class configured. See examples of the correct class name com.mysql.jdbc.Driver usage.
Comments
Post a Comment