From 2f608e2596239269a9dd0b4dc339c8061fd1f02d Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 6 Apr 2007 14:03:47 +0000 Subject: [PATCH] added change about invocation target exception --- spring-webflow/changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index f32c5126..c4b5921e 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -13,7 +13,9 @@ Package org.springframework.binding caller (SWF-255). * OgnlExpressionParser now supports OGNL collection construction syntax (SWF-274). * AbstractExpressionParser now has a doParseSettableExpression() template method. - +* MethodInvoker now unwraps an InvocationTargetException to make the target exception directly + available as the cause of a MethodInvocationException. + Package org.springframework.webflow.action * FormAction methods doBind() and createBinder() now declare "throws Exception". * FormAction now consistently uses the getters to get property values (SWF-251).