You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Alessio Soldano (JIRA)" <ji...@apache.org> on 2009/03/27 16:44:50 UTC

[jira] Commented: (CXF-2138) Missing parameterOrder attribute in java2wsdl generated Doc/Lit wsdls

    [ https://issues.apache.org/jira/browse/CXF-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689943#action_12689943 ] 

Alessio Soldano commented on CXF-2138:
--------------------------------------

This issue was not evident before as CXF-2112 shadowed it in the single test (com/sun/ts/tests/jws/webparam/webparam1) failing because of this. As a matter of fact my fix for CXF 2110 does not cover this as it adds the the parameterOrder for RCP style endpoints only.
Thus the fix here would be to remove the check for RCP ( if (isRPC(method)) at line 1420 in ReflectionServiceFactoryBean.java).
This however cause some tests to fail as they compare generated wsdl with wsdl coming from files that do not have the parameterOrder element.

Please evaluate this "patch".

> Missing parameterOrder attribute in java2wsdl generated Doc/Lit wsdls
> ---------------------------------------------------------------------
>
>                 Key: CXF-2138
>                 URL: https://issues.apache.org/jira/browse/CXF-2138
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 2.2
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>
> This is basically the same as https://issues.apache.org/jira/browse/CXF-2110 but with Document Literal endpoints. It is revealed running the jws module of JavaEE 5 CTS tck.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.