Thursday, October 3, 2013

java.sql.SQLException: No suitable driver found for jdbc:mysql on Hibernate

No comments:
java.sql.SQLException: No suitable driver found for jdbc:mysql To fix this issue add property <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property> in hibernate.cfg.xml file...
Read More