Struts 2.0.11 and xwork 2.1.0 misconfiguration problems
-------------------------------------------------------
Key: WW-2388
URL: https://issues.apache.org/struts/browse/WW-2388
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.0.11
Reporter: Orlando Otero
It seems that in xwork 2.1.0 some packages were refactored, for instance:
com.opensymphony.xwork2.util.XWorkConverter was refactored to
com.opensymphony.xwork2.conversion.impl.XWorkConverter
org.apache.struts2.config.BeanSelectionProvider struts2 class seems to be using
the correct package in struts2 2.0.11 repo, but 2.0.11 downloads don't. They
are still importing com.opensymphony.xwork2.util.XWorkConverter.
struts2-core-2.0.11.jar also includes struts-default.xml config file. This file
also references old ".....xwork2.util.* " classes instead of for instance
"........xwork2.conversion.impl.*"
Regards,
Orlando
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.