Does anybody have experience using Slick with Activiti?
We'd like to know if it's possible to have Activiti's Spring transactions to be used by our codebase that relies on Slick, so that when a transaction fails on Activiti's side, our database queries get rolled back as well.
No experience yet no. If you are using the same datasource and a shared transaction it should be quite easy. But I don't have any knowledge about the use of data sources and transactions in Slick.