cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti engine with oracle db as user registry

penusila611621
Champ in-the-making
Champ in-the-making
I have read the activiti engine LDAP configuration doc and never seen activiti's integration with other user repositoreis. We are using oracle db as user registry in WAS with one of the BPM and now we started using activiti as well.

So let me know, does activiti can be pointed to oracle db to fetch user's & group's details. If so, any help on this.

1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,
does activiti can be pointed to oracle db to fetch user's & group's details

Default identity service can work on the top of oracle DB (activiti supports oracle http://www.activiti.org/userguide/#supporteddatabases)

I suppose your structures won't be compatible with default implementation. One way could be to implement custom identity service.
There are 2 implementations in activiti sources:
# default one
# LDAP
You can use them as examples.

Regards
Martin