[
https://issues.apache.org/struts/browse/WW-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Schneider updated WW-1754:
------------------------------
Fix Version/s: 2.1.0
2.0.7
> The current struts-default.xml prevents TypeConverter wiring
> ------------------------------------------------------------
>
> Key: WW-1754
> URL: https://issues.apache.org/struts/browse/WW-1754
> Project: Struts 2
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 2.0.6
> Environment: struts 2.0.6, xwork 2.0.1, spring-plugin 2.0.5
> Reporter: Nicolas Berthet
> Priority: Minor
> Fix For: 2.0.7, 2.1.0
>
>
> Due to the apparition order in struts-default, the XWorkConverter is created
> before the container and this prevent any auto-wiring at converter's level.
> Current order (struts-default.xml, line 46-47)
> <bean class="com.opensymphony.xwork2.util.XWorkConverter" static="true" />
> <bean class="com.opensymphony.xwork2.ObjectFactory" static="true" />
> It should be in that order
> <bean class="com.opensymphony.xwork2.ObjectFactory" static="true" />
> <bean class="com.opensymphony.xwork2.util.XWorkConverter" static="true" />
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.