IdentityService? IdentitySession?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 12:25 AM
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?
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?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 12:26 AM
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?
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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 03:43 AM
No, this works the same way. Just supply your own IdentitySession. The FQN is org.activiti.engine.impl.cfg.IdentitySession.
