Is there a way to tell Activiti / ibatis to use a certain schema in the database?
We use Hibernate without the JPA layer and we use Spring to configure Activiti. We would like to put the activiti tables in a certain schema in the database. Activiti is currently configured to use the same datasource and transaction manager than Hibernate. In Hibernate we can set the database schema which is used, but Activiti uses iBatis for it's database statements and it currently fails.