“Hibernate Dialect must be explicitly set” exception?

check your hibernate xml, if it does not have an entry for dialect add it,

<property name="hibernate.dialect">

org.hibernate.dialect.OracleDialect

</property>



About this entry