deanholdren
May 27th, 2005, 02:46 PM
I'm getting the following error when trying the sellitem app in PR3:
500 Servlet Exception
org.springframework.beans.NotReadablePropertyExcep tion: Invalid property
'flowScope.sale' of bean class [org.springframework.web.flow.execution.impl.State ContextImpl]:
Bean property 'flowScope.sale' is not readable or has an invalid getter
method: Does the return type of the getter match the parameter type of
the setter?
at org.springframework.beans.BeanWrapperImpl.getPrope rtyValue(BeanWrapperImpl.java:634)
at org.springframework.beans.BeanWrapperImpl.getNeste dBeanWrapper(BeanWrapperImpl.java:535)
at org.springframework.beans.BeanWrapperImpl.getBeanW rapperForPropertyPath(BeanWrapperImpl.java:513)
at org.springframework.beans.BeanWrapperImpl.getBeanW rapperForPropertyPath(BeanWrapperImpl.java:514)
at org.springframework.beans.BeanWrapperImpl.getPrope rtyValue(BeanWrapperImpl.java:624)
at org.springframework.binding.expression.support.Bea nWrapperEvaluator.evaluate(BeanWrapperEvaluator.ja va:25)
at org.springframework.web.flow.config.TextToTransiti onCriteria$ExpressionTransitionCriteria.test(TextT oTransitionCriteria.java:133)
at org.springframework.web.flow.Transition.matches(Tr ansition.java:228)
at org.springframework.web.flow.TransitionableState.g etTransition(TransitionableState.java:166)
at org.springframework.web.flow.TransitionableState.g etRequiredTransition(TransitionableState.java:179)
at org.springframework.web.flow.DecisionState.doEnter (DecisionState.java:110)
at org.springframework.web.flow.State.enter(State.jav a:164)
at org.springframework.web.flow.Transition.execute(Tr ansition.java:269)
at org.springframework.web.flow.TransitionableState.o nEvent(TransitionableState.java:202)
at org.springframework.web.flow.execution.impl.FlowEx ecutionImpl.signalEvent(FlowExecutionImpl.java:317 )
Is this a known problem, or is it my configuration? I'm using Spring 1.2
500 Servlet Exception
org.springframework.beans.NotReadablePropertyExcep tion: Invalid property
'flowScope.sale' of bean class [org.springframework.web.flow.execution.impl.State ContextImpl]:
Bean property 'flowScope.sale' is not readable or has an invalid getter
method: Does the return type of the getter match the parameter type of
the setter?
at org.springframework.beans.BeanWrapperImpl.getPrope rtyValue(BeanWrapperImpl.java:634)
at org.springframework.beans.BeanWrapperImpl.getNeste dBeanWrapper(BeanWrapperImpl.java:535)
at org.springframework.beans.BeanWrapperImpl.getBeanW rapperForPropertyPath(BeanWrapperImpl.java:513)
at org.springframework.beans.BeanWrapperImpl.getBeanW rapperForPropertyPath(BeanWrapperImpl.java:514)
at org.springframework.beans.BeanWrapperImpl.getPrope rtyValue(BeanWrapperImpl.java:624)
at org.springframework.binding.expression.support.Bea nWrapperEvaluator.evaluate(BeanWrapperEvaluator.ja va:25)
at org.springframework.web.flow.config.TextToTransiti onCriteria$ExpressionTransitionCriteria.test(TextT oTransitionCriteria.java:133)
at org.springframework.web.flow.Transition.matches(Tr ansition.java:228)
at org.springframework.web.flow.TransitionableState.g etTransition(TransitionableState.java:166)
at org.springframework.web.flow.TransitionableState.g etRequiredTransition(TransitionableState.java:179)
at org.springframework.web.flow.DecisionState.doEnter (DecisionState.java:110)
at org.springframework.web.flow.State.enter(State.jav a:164)
at org.springframework.web.flow.Transition.execute(Tr ansition.java:269)
at org.springframework.web.flow.TransitionableState.o nEvent(TransitionableState.java:202)
at org.springframework.web.flow.execution.impl.FlowEx ecutionImpl.signalEvent(FlowExecutionImpl.java:317 )
Is this a known problem, or is it my configuration? I'm using Spring 1.2