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"/>
Set the below property in the persistence.xml file
<property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
No comments:
Post a Comment