spring-webflow
spring-webflow copied to clipboard
Rewiring beans only works for flow and view variables, not for application context beans on the flow scope [SWF-1052]
Mike Seghers opened SWF-1052 and commented
In 1.0.6, Erwin Vervaet added an AutowiringFlowExecutionListener, enabling rewiring on all scopes. (#1518)
In 2.0 M4 this same functionality was added for variables (flow and view) (#1294)
Erwin's version however covers more, since it checks the entire scopes, not just beans defined through the var configuration.
I would expect that I can rewire my flow beans, independently from where I define them.
Affects: 1.0.6, 2.0 M4
1 votes, 2 watchers