I upgraded my app to grails 1.3.1 (from 1.2.1). everything works fine expect foo.refresh() which does fetch new foo from database. it errors with:
util.JDBCExceptionReporter SQL Error: -64, SQLState: 37000 util.JDBCExceptionReporter not allowed in OUTER JOIN condition in statement
I guess this has to do something with fetching, because the property that causes the error has to to fetch a lot of other domain stuff (probably with OUTER JOIN in sql-statement)
this worked before, anyone can help?