cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti + Spring Security without Grails

hussamaismail
Champ in-the-making
Champ in-the-making
Good Morning Friends

Someone already try to use Spring Security + Activiti without Grails?

I am using Spring ROO to generate codes, The project is already configured with "activiti-spring.jar" version 5.9,
I can start a process but I think that this process isn't associate a user.

I didn't find practice solutions for this problem. 😕

How can I do?

Thank's!
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

What kind of security functionality do you want to implement?
If you want to start a process instance with a start user you first have to call the setAuthenticatedUserId method on the IdentityService

Best regards,