2010-06-04 44 views
0

我升級我的應用程序的Grails 1.3.1(從1.2.1)。一切工作正常期望 foo.refresh()它從數據庫中獲取新的foo。它用錯誤:獲取JDBCExceptionReporter SQL錯誤:-64,SQLSTATE:升級後的37000錯誤的Grails 1.3.1

util.JDBCExceptionReporter SQL Error: -64, SQLState: 37000 util.JDBCExceptionReporter not allowed in OUTER JOIN condition in statement

我想這有做取東西,因爲這會導致錯誤的屬性有獲取很多其他領域的東西(可能與OUTER在SQL語句JOIN)。

這工作之前,任何人都可以幫忙嗎?

回答

0

這個問題在this place討論:

This seems to be related to HSQLDB, since the error goes away, when using a local MySQL-DB! ... Workaround: install hsqldb-2.0.0.jar in grails-app/lib