spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

Want to set expiration exclude conversation flow to ConversationContainer. [SWF-242]

Open spring-operator opened this issue 18 years ago • 4 comments

Daigo Kobayashi opened SWF-242 and commented

Since SWF 1.0.1, default maxConversations become 5. But in some case, I want to set expiration exclude flow to ConversationContainer. Because if I use frame, menu always displayed but conversation id is expired. So I can't recover menu's state.

Following url is relevant forum's post. http://forum.springframework.org/showthread.php?t=33597


Affects: 1.0.1

Attachments:

Issue Links:

  • #184 Support for maxConversations / maxContinuations on a flow-by-flow basis

spring-operator avatar Jan 21 '07 17:01 spring-operator

Daigo Kobayashi commented

I've created patch for this improvement.

note: http://opensource.atlassian.com/projects/spring/browse/SWF-239 This issue is related to this problem. Because ExecutorBeanDefinitionParser doen't work on SWF 1.0.1. So this patch also include #1138's patch.(I just check trunk code and copy it.)

spring-operator avatar Jan 21 '07 17:01 spring-operator

Daigo Kobayashi commented

I'm really sorry. But my previous patch has problem. So I update patch. Please discard previous FlowExecutorFactoryBean, ConversationContainer and SessionBindingConversationManager patches.

spring-operator avatar Jan 21 '07 23:01 spring-operator

Jon Osborn commented

Interesting fix. Why didn't you use session scoping for the menu items? That is what you are trying to achieve by this fix.

spring-operator avatar May 12 '09 00:05 spring-operator

Daigo Kobayashi commented

Thank you for reviewing my code.

As I mentioned SWF's formu(http://forum.springsource.org/showthread.php?t=33597), menu has its own flow. So I didn't use session scope and this patch was necessary to prevent expiration of menu flow.

spring-operator avatar May 17 '09 11:05 spring-operator