You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2008/05/02 19:48:55 UTC

[jira] Assigned: (CXF-1565) wsdl2java jaxws binding issues

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

Daniel Kulp reassigned CXF-1565:
--------------------------------

    Assignee: Daniel Kulp

> wsdl2java jaxws binding issues
> ------------------------------
>
>                 Key: CXF-1565
>                 URL: https://issues.apache.org/jira/browse/CXF-1565
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0.5, 2.1, 2.0.6
>         Environment: XP
> jdk 1.5.0_12
>            Reporter: Adrian Corcoran
>            Assignee: Daniel Kulp
>         Attachments: binding-issues.rar
>
>
> Seems to be issues with specifying external jaxws customisations or mixing inline customisations with external customisations.
> I have attached 3 tests cases
> 1. Show jaxws (actually jaxb) customisation working - type safe enum & xsd:date --> java.sql.Date
> 2. Shows an error if the type safe enum customisation is left inlne and the xsd:date customisation is moved into the external bindings. This external binding customisation works if the inline bindings are removed. Error is below
>      [java] WSDLToJava Error: Thrown by JAXB : compiler was unable to honor this enum customization. It is attached to a wrong place, or its inconsistent with other bindings.
> 3. If the type safe enum and xsd:date customisation are moved to the external binding then the type safe enum customisation is applied, however the global binding for xsd:date is ignored, no error is show.
> See attached file for the three test cases

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