Hello guys,
I'm adding the muti-tenancy support to an existing application. To do this I'm using the MultiSchemaMultiTenantProcessEngineConfiguration. The migration works fine except for the transactionality. In the previous version, using the SpringProcessEngineConfiguration, if an exception is thrown in an ActivitiEventListener the transaction is not committed while in the current version the transaction is committed. How can I set the transaction manager using the MultiSchemaMultiTenantProcessEngineConfiguration?