[
https://issues.apache.org/jira/browse/CXF-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-2148.
------------------------------
Resolution: Fixed
Fix Version/s: 2.2.1
2.1.5
> wsdl2java does not generate @XmlJavaTypeAdapter in SEI
> ------------------------------------------------------
>
> Key: CXF-2148
> URL: https://issues.apache.org/jira/browse/CXF-2148
> Project: CXF
> Issue Type: Sub-task
> Components: Tooling
> Affects Versions: 2.2
> Reporter: Alessio Soldano
> Assignee: Alessio Soldano
> Fix For: 2.1.5, 2.2.1
>
> Attachments: CXF-2148.txt
>
>
> CXF seems not to add the
> javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter annotation when running
> the wsdl2java tool against a wsdl with a message like this:
> <message name="inoutSimpleTypesResponse">
> ...
> <part name="varHexBinary" type="xsd:hexBinary" />
> </message>
> This should cause the corresponding param in one of the SEI method to have a
> @XmlJavaTypeAdapter(HexBinaryAdapter.class) .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.