cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between users created via IDM and Java class

shagufta1
Champ in-the-making
Champ in-the-making
I am trying to create group and user via my java class and I have successfully created both. Then from h2 (jdbc:h2:tcp://localhost/activiti) db when I check my tables I can see the entry of both in ACT_ID_GROUP and ACT_ID_USER.

But there is another tables called USERS and USER_GROUP. In these tables i can find the users which I created with Identity Management via Activiti UI. So what is the difference of these users and users which i created via my java code. Also I can not login with the user which I have created with my java code.
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
ACT_ID_USER and ACT_ID_GROUP are not used in the BPM Suite. Only the USERS/GROUPS tables work. Create users and groups via the UI / Rest API to get them in those tables.

shagufta1
Champ in-the-making
Champ in-the-making
Thank you so much, problem solved…