Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.1
-
None
-
Java 1.6.0 Windows/Linux
Description
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.