| Author |
SQLGrammarException using Hibernate + Embedded Derby
|
James Adams
Ranch Hand
Joined: Sep 12, 2003
Posts: 188
|
|
I have a Spring application which uses an embedded Derby database for unit testing. Below is my DataSource configuration and Hibernate properties: I get the following error when I start a DAO test: Can anyone suggest what might be causing the above? Thanks in advance for any suggestions. --James
|
 |
James Adams
Ranch Hand
Joined: Sep 12, 2003
Posts: 188
|
|
I ended up getting around this error by putting the following into my Hibernate properties: <prop key="hibernate.use_sql_comments">false</prop> It seems that the Derby Hibernate dialect can't handle comments in the SQL. --James
|
 |
 |
|
|
subject: SQLGrammarException using Hibernate + Embedded Derby
|
|
|