cancel
Showing results for 
Search instead for 
Did you mean: 

databaseTablePrefix cannot be configured with Spring Boot

bruce_brouwer
Champ in-the-making
Champ in-the-making
How can I configure databaseTablePrefix when using Activiti with Spring Boot. I see a number of useful settings that can be configured through ActivitiProperties by specifying this like spring.activiti.databaseSchema but there is no setting like spring.activiti.databaseTablePrefix.

For me, the Activiti tables are in a different Oracle schema than the user's default schema.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Hmm, we probably simply didn't add this to the properties file

What you can do in the meantime however, is inject the ProcessEngineConfiguration in your @Configuration and set the databaseTablePrefix that way.