You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Orlando Otero (JIRA)" <ji...@apache.org> on 2007/12/21 16:20:33 UTC

[jira] Created: (WW-2388) Struts 2.0.11 and xwork 2.1.0 misconfiguration problems

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.


[jira] Resolved: (WW-2388) Struts 2.0.11 and xwork 2.1.0 misconfiguration problems

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown resolved WW-2388.
---------------------------

    Resolution: Not A Problem

You cannot use XWork 2.1 with Struts 2.0, only the XWork 2.0 branch of releases.

> 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.