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. 😕
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