Ok, I found where the issue was coming from. The webFlow was trying to serialize one of my Object which was performing an action within a Thread. I set the Thread as transient to get it solved.
Type: Posts; User: chrisol; Keyword(s):
Ok, I found where the issue was coming from. The webFlow was trying to serialize one of my Object which was performing an action within a Thread. I set the Thread as transient to get it solved.
I don't know if it's the right place to post this issue as I don't know if it's a spring security issue or a webFlow issue.
I'm using Spring MVC 3.05 + Spring Security 3.1.0.M2 + Spring WebFlow...