spring-webflow icon indicating copy to clipboard operation
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]

Open spring-operator opened this issue 16 years ago • 0 comments

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

spring-operator avatar Mar 03 '09 22:03 spring-operator