Am wondering whether Spring web flow 2.3 supports the simple flow execution repository if at all? Cos, am not able to get that Single Key flow Execution repository configured.
There is no ref attribute available for the second line above. And type = simple does not seem to be available too...what should I do - please help...Code:<webflow:flow-executor id="flowExecutor"> <webflow:flow-execution-repository ref= "repositoryFactory"/> </webflow:flow-executor>
Am i missing anything? Is it that we have continuation flow execution repository only in later versions?


Reply With Quote