Code generated from SwA/Mime binding when NOT using the enableMIMEContent
customization throws exceptions at runtime
--------------------------------------------------------------------------------------------------------------------
Key: CXF-2020
URL: https://issues.apache.org/jira/browse/CXF-2020
Project: CXF
Issue Type: Bug
Affects Versions: 2.1.3, 2.0.9
Reporter: Daniel Kulp
Assignee: Daniel Kulp
Fix For: 2.1.4
If you use a wsdl with a mime binding, but don't enable the code generator to
know about it via the <enableMIMEContent>true</enableMIMEContent> jaxb
customization, the resulting code does not work for text/plain or
octect-stream. The generated code uses a String for text/plain and byte[]
for octects, but the SwA interceptors won't map to those types.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.