Currently I'm using Activiti 5.9 using OSGI ( karaf ) When I check org.activiti.karaf.cfg , I notice my datasource is using JDBC connections. If I want to make it uses connection pool, how can I do this ?
Even with a connection pool - it will still us jdbc connections 😉
But basic connection setup applies: choose a connection pool (eg c3p0, BoneCP, dbcp, …), wrap your datasource and pass it into the process engine configuration.