Alright, nevermind the feature request. I have made a small change to the DefaultAutowiringStageProcessor where it now checks if a given component has been autowired yet or not.
This behavior can optionally be turned off by setting the autowireOnce property to false on the DefaultAutowiringStageProcessor.
To do this using the configuration, add this XML to your config:
Code:
<object class="org.springextensions.actionscript.stage.DefaultAutowiringStageProcessor" id="defaultAutowiringStageProcessor">
<property name="autowireOnce" value="false"/>
</object>
All these changes can be found in the trunk, do a full checkout here:
https://src.springframework.org/svn/...cript-as/trunk
hope that helps,
cheers,
Roland