I am getting the following error when using Hibernate:
\'hibernate.dialect\' must be set when no Connection available
And I am using a datasource fo
I had the same errors. My problem was that I put the hibernate.properties under one package instead of the src. So my solution to my problem was moving hibernate.properties from package to src.
hibernate.properties
package
src