Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for bug 256697

A fix for this bug is now available:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=256697

Overview:
XMLBinaryAttachmentHandler was making an incorrect callback to the AttachmentUnmarshaller. In the event that it was unmarshalling to a DataHandler the "getAttachmentAsDataHandler" method should've been invoked, but instead the "getAttachmentAsByteArray" method was always being called.

Code Reviewed By: david.mccann@xxxxxxxxxx
Automated Tests: yes

-Matt

Back to the top