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
Just encountered this issue. In my case it was the hibernate.dialect configuration.I added the following to SessionFatcory config in spring context file:
com.testapp.service.geolocation.LocationData com.testapp.service.profiles.Profile hibernate.dialect=org.hibernate.dialect.HSQLDialect