You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Alessandro Riva (JIRA)" <ji...@apache.org> on 2011/09/05 12:58:09 UTC

[jira] [Updated] (CXF-3792) cxf-codegen-plugin wrong method signature generation

     [ https://issues.apache.org/jira/browse/CXF-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessandro Riva updated CXF-3792:
---------------------------------

    Attachment: ErrorCXF.zip

Sample project exibits problem

> cxf-codegen-plugin wrong method signature generation
> ----------------------------------------------------
>
>                 Key: CXF-3792
>                 URL: https://issues.apache.org/jira/browse/CXF-3792
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.3.5
>            Reporter: Alessandro Riva
>         Attachments: ErrorCXF.zip
>
>
> Starting from 2.3.5 version, there is an error in the generated signature for the attached example
> (Expected result should be:
> public interface TestServicePortType {
>     @WebResult(name = "executionDoneResponse", targetNamespace = "http://webservices/testService/", partName = "parameters")
>     @WebMethod(action = "http://webservices/testService/executionDone")
>     public ExecutionDoneResponse executionDone(
>         @WebParam(partName = "parameters", name = "executionDone", targetNamespace = "http://webservices/testService/")
>         ExecutionDone parameters
>     ) throws webservices.user.XmlinvalidUserCredentialFaultMessage;
> }
> )

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira