Tuesday, 7 April 2015

Exception in hibernate-spring-data

Caused by: org.hibernate.HibernateException: Connection cannot be null when 'hibernate.dialect' not set

Set the below property in the persistence.xml file

      <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>