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
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.