Change log for SWF-333.

This commit is contained in:
Ben Hale
2007-06-14 02:39:14 +00:00
parent da9de998a5
commit 18315fc1cf

View File

@@ -34,6 +34,7 @@ Package org.springframework.webflow.engine
* Added createLocalBeanFactory(Flow, Resource[]) and registerLocalBeans(Flow, ConfigurableBeanFactory) hook
methods to XmlFlowBuilder to allow for control over the registration of beans needed locally by a flow definition.
Useful for testing (SWF-307).
* Ensures that all exceptions (including RuntimeExceptions) are handled properly by the FlowExecution (SWF-333).
Package org.springframework.webflow.executor
* JSF integration code now manages flow execution locks properly in exceptional situations and when the