org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing [AnnotatedAction@1805d705 targetAction = [EvaluateAction@17f0a385 expression = pedidoFacade.load(requestParameters.pedidoId), resultExpression = flowScope.pedido], attributes = map[[empty]]] in state 'meusPedidos' of flow 'meusPedidos' -- action execution attributes were 'map[[empty]]'
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by user738507, 1 year ago
via Stack Overflow by user3738284
, 2 years agovia GitHub by splashx
, 1 year agovia it-sudparis.eu by Unknown author, 2 years ago
via it-sudparis.eu by Unknown author, 2 years ago
via tem-tsp.eu by Unknown author, 2 years ago
org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing [AnnotatedAction@1805d705 targetAction = [EvaluateAction@17f0a385 expression = pedidoFacade.load(requestParameters.pedidoId), resultExpression = flowScope.pedido], attributes = map[[empty]]] in state 'meusPedidos' of flow 'meusPedidos' -- action execution attributes were 'map[[empty]]'
at org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:60)
at org.springframework.webflow.engine.support.ActionTransitionCriteria.test(ActionTransitionCriteria.java:82)
at org.springframework.webflow.engine.support.TransitionCriteriaChain.test(TransitionCriteriaChain.java:71)
at org.springframework.webflow.engine.Transition.canExecute(Transition.java:195)
at org.springframework.webflow.engine.Transition.execute(Transition.java:211)