databaseTablePrefix cannot be configured with Spring Boot

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2015 04:30 PM
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.
For me, the Activiti tables are in a different Oracle schema than the user's default schema.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2015 05:04 AM
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.
What you can do in the meantime however, is inject the ProcessEngineConfiguration in your @Configuration and set the databaseTablePrefix that way.
