From 521c80131ee525f839d49ed1889401990b6aec79 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Fri, 22 Dec 2006 20:37:58 +0000 Subject: [PATCH] Resolved SWF-210. --- spring-webflow/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index cf06bc15..31f35643 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -15,7 +15,8 @@ Package org.springframework.webflow.action existing field and object errors to the newly created Errors instance (SWF-219). Package org.springframework.webflow.config -* Added get/setMaxConversations and get/setMaxContinuations methods to FlowExecutorFactoryBean. +* Added get/setMaxConversations and get/setMaxContinuations methods to FlowExecutorFactoryBean. Also + added corresponding configuration abilities to the config schema (SWF-210). * Fixed bug in FlowExecutorFactoryBean where the ClientContinuationFlowExecutionRepository was being configured with the SessionBindingConversationManager by default (SWF-216). * The conversationManager argument of the createExecutionRepository hook method in the