Multi-Tenancy (separate database schemas) with Spring configuration

Hi,

I read this article: Multi-Tenancy with separate database schemas in Activiti, and saw MultiSchemaMultiTenantProcessEngineConfiguration implementation which extends ProcessEngineConfigurationImpl. But i could not see implementation similar to MultiSchemaMultiTenantProcessEngineConfiguration for spring (We use SpringProcessEngineConfiguration which a common (JPA) transactionManager injected to it). Is it possible (somehow!) to implement Multi-Tenancy with separate database schemas with SpringProcessEngineConfiguration? Any advice?

Thanks in advance

Hi,

Can some one please suggest me how to implement this.

I am having 4 flowable applications. Instead of creating multiple databases, I would like to have one single database and create a schema for each application and connect from my flowable applications.

Kindly suggest me how to implement this.

Thank you,
Srikanth

HI Srikanth,

Here you can check different flavors of Multi Tenancy implementation,

Thanks,
Vijay.V