JAXBEncoderDecoder.marshallException fails if exception object contains a map
-----------------------------------------------------------------------------
Key: CXF-3611
URL: https://issues.apache.org/jira/browse/CXF-3611
Project: CXF
Issue Type: Bug
Components: JAXB Databinding
Affects Versions: 2.4.1
Environment: Java 1.6.0 Windows/Linux
Reporter: Karsten Ohme
In the method JAXBEncoderDecoder.marshallException a Map is detected as an
array.
Finally in the method writeArrayObject in line 414 int len =
Array.getLength(objArray); an exception is thrown.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira