yunjiali / Synote

Synote allows users to annotate media fragments and the annotations are published as Linked Data
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Misspelling of dialect = org.hibernate.dialect.MySQLInnoDBDialect in DataSource.groovy #32

Closed yunjiali closed 12 years ago

yunjiali commented 12 years ago

it should be: dialect = "org.hibernate.dialect.MySQL5InnoDBDialect" Not a big problem for current synote, but if you want to generate database tables from domain class, this will be a problem.