Hello,I'm tring to use Derby with GRAILS which uses Hibernate3. When I try to start the application using 'grails run-app' I get the following error: org.codehaus.groovy.grails.orm.hibernate.exceptions.CouldNotDetermineHibernateDialectException: Could not determine Hibernate dialect for database name [Apache Derby]!]
Anyone know if there are dialect classes available for Derby to work with Hibernate3?
Lance
