You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Ajay Paibir (JIRA)" <ji...@apache.org> on 2007/01/08 13:19:27 UTC

[jira] Created: (CXF-356) CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl

CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl
--------------------------------------------------------------------------

                 Key: CXF-356
                 URL: https://issues.apache.org/jira/browse/CXF-356
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.0-RC
            Reporter: Ajay Paibir
         Attachments: locator1.wsdl

The code generated for queryEndpoints method is not proper. The generated code is 
    public java.util.List<com.iona.ws._2005._11.locator.types.QueryEndpointsResponse.Endpoint> queryEndpoints(
        @WebParam(targetNamespace = "http://ws.iona.com/2005/11/locator/types", name = "select")
        com.iona.ws._2005._11.locator.query.QuerySelectType select
    );

Note:  In WebParam Annotation targetNamespace attribute should have a value of  targetNamespace = "http://ws.iona.com/2005/11/locator/query" instead of the one generated. 
The element ref attribute is not being handled properly.
Attached is the wsdl. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CXF-356) CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl

Posted by "Ajay Paibir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ajay Paibir updated CXF-356:
----------------------------

    Attachment: locator1.wsdl

> CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl
> --------------------------------------------------------------------------
>
>                 Key: CXF-356
>                 URL: https://issues.apache.org/jira/browse/CXF-356
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-RC
>            Reporter: Ajay Paibir
>         Attachments: locator1.wsdl
>
>
> The code generated for queryEndpoints method is not proper. The generated code is 
>     public java.util.List<com.iona.ws._2005._11.locator.types.QueryEndpointsResponse.Endpoint> queryEndpoints(
>         @WebParam(targetNamespace = "http://ws.iona.com/2005/11/locator/types", name = "select")
>         com.iona.ws._2005._11.locator.query.QuerySelectType select
>     );
> Note:  In WebParam Annotation targetNamespace attribute should have a value of  targetNamespace = "http://ws.iona.com/2005/11/locator/query" instead of the one generated. 
> The element ref attribute is not being handled properly.
> Attached is the wsdl. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (CXF-356) CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned CXF-356:
--------------------------------

    Assignee: Freeman Fang

> CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl
> --------------------------------------------------------------------------
>
>                 Key: CXF-356
>                 URL: https://issues.apache.org/jira/browse/CXF-356
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-RC
>            Reporter: Ajay Paibir
>         Assigned To: Freeman Fang
>         Attachments: locator1.wsdl
>
>
> The code generated for queryEndpoints method is not proper. The generated code is 
>     public java.util.List<com.iona.ws._2005._11.locator.types.QueryEndpointsResponse.Endpoint> queryEndpoints(
>         @WebParam(targetNamespace = "http://ws.iona.com/2005/11/locator/types", name = "select")
>         com.iona.ws._2005._11.locator.query.QuerySelectType select
>     );
> Note:  In WebParam Annotation targetNamespace attribute should have a value of  targetNamespace = "http://ws.iona.com/2005/11/locator/query" instead of the one generated. 
> The element ref attribute is not being handled properly.
> Attached is the wsdl. 

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


[jira] Closed: (CXF-356) CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang closed CXF-356.
----------------------------


> CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl
> --------------------------------------------------------------------------
>
>                 Key: CXF-356
>                 URL: https://issues.apache.org/jira/browse/CXF-356
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-RC
>            Reporter: Ajay Paibir
>         Assigned To: Freeman Fang
>         Attachments: locator1.wsdl
>
>
> The code generated for queryEndpoints method is not proper. The generated code is 
>     public java.util.List<com.iona.ws._2005._11.locator.types.QueryEndpointsResponse.Endpoint> queryEndpoints(
>         @WebParam(targetNamespace = "http://ws.iona.com/2005/11/locator/types", name = "select")
>         com.iona.ws._2005._11.locator.query.QuerySelectType select
>     );
> Note:  In WebParam Annotation targetNamespace attribute should have a value of  targetNamespace = "http://ws.iona.com/2005/11/locator/query" instead of the one generated. 
> The element ref attribute is not being handled properly.
> Attached is the wsdl. 

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


[jira] Resolved: (CXF-356) CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved CXF-356.
------------------------------

    Resolution: Fixed

> CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl
> --------------------------------------------------------------------------
>
>                 Key: CXF-356
>                 URL: https://issues.apache.org/jira/browse/CXF-356
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-RC
>            Reporter: Ajay Paibir
>         Assigned To: Freeman Fang
>         Attachments: locator1.wsdl
>
>
> The code generated for queryEndpoints method is not proper. The generated code is 
>     public java.util.List<com.iona.ws._2005._11.locator.types.QueryEndpointsResponse.Endpoint> queryEndpoints(
>         @WebParam(targetNamespace = "http://ws.iona.com/2005/11/locator/types", name = "select")
>         com.iona.ws._2005._11.locator.query.QuerySelectType select
>     );
> Note:  In WebParam Annotation targetNamespace attribute should have a value of  targetNamespace = "http://ws.iona.com/2005/11/locator/query" instead of the one generated. 
> The element ref attribute is not being handled properly.
> Attached is the wsdl. 

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