dialect « Update « JPA Q&A





1. How do I avoid 'Could not determine Hibernate dialect for database name [H2]!'?    stackoverflow.com

I am getting this error when running grails run-app: Error executing bootstraps: Error creating bean with name 'messageSource': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': ...

2. Process for Updating Dialect?    forum.hibernate.org

Hi, What is the process to update a dialect for a specific database? Specifically: 1) If a new version of a DB is available that requires changes to the dialect, how are these changes submitted? 2) Does Hibernate provide a test suite/test harness to ensure that the dialect is compatible with all versions of Hibernate to prevent regressions? 3) What kind ...