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.6, 2.1, 2.0.5
         Environment: XP
jdk 1.5.0_12
            Reporter: Adrian Corcoran


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.

Reply via email to