PDA

View Full Version : FlowExecutionRepositoryType problem in m3?



Nexar
Jan 21st, 2008, 09:55 AM
Hi,

I've just started with webflow. I'm trying to setup a simple application to get the hang of it. I managed to configure everything (more or less), but now I got this exception:

Error 500: Request processing failed; nested exception is org.springframework.webflow.execution.repository.c ontinuation.ContinuationCreationException: Could not serialize flow execution; make sure all objects stored in flow or flash scope are serializable; nested exception is java.io.NotSerializableException: purchase.domain.Purchase

My configuration is as follows:
<web:flow-executor id="flowExecutor" flow-registry="flowRegistry" >
<web:flow-execution-repository type="simple" />
</web:flow-executor>
so I'd expect no continuation-issues would show up...

Any suggestions?
Andy.