Hi everybody, I'm trying to use Activiti 5.12.1 in Grails 2.2.2 and generate its tables in a different schema in PostgreSQL 9.1. Using the default schema (public) it works very nice, but trying to use with another schema (activiti, for instance), I see the same error as in http://jira.codehaus.org/browse/ACT-1610. I have created the tables, and Activiti is able to find then, but this error happens. Is there a workaround to this situation?
Yes that's a known issue. We plan to fix that in the next release (5.13.1). In the meantime what you can do is create the schema with our DDL files and set the databaseSchemaUpdate value to "none". And then only set the databaseTablePrefix value to your schema name.