cancel
Showing results for 
Search instead for 
Did you mean: 

Database schema support

adconet
Champ in-the-making
Champ in-the-making
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.
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

You can configure this in the data source configuration, right?

Best regards,