cancel
Showing results for 
Search instead for 
Did you mean: 

IdentityService? IdentitySession?

ageen
Champ in-the-making
Champ in-the-making
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?
2 REPLIES 2

ageen
Champ in-the-making
Champ in-the-making
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?

walterjs
Champ in-the-making
Champ in-the-making
No, this works the same way. Just supply your own IdentitySession. The FQN is org.activiti.engine.impl.cfg.IdentitySession.