I'm wondering if we can use customized table name and column name, instead of the built in ACT_ID_* tables? Reason asking this is that, we have our own user / group tables. So what's the usual way we supposed to deal with this scenario?
I couldn't find the IdentifySession in Activiti, I know there is one for jBPM. So is it changed to IdentifyService already, which means I need to provide a custom IdentityServiceImpl? After having this custom IdentityServiceImpl, add it to spring bean file, and also reference it from within the processEngineConfiguration by property "identityService". Is it right?