Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug #225631

The fix for this bug is checked into SVN

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

Overview:
The JAXB 2.0 specification provides an API called DomHandler. This API is used in conjunction with the XmlAnyElement annotation. Support for the appropriate callbacks and annotations processing needs to be added into the EclipseLink JAXB implementation.

Support for this was added using a Converter on the XmlAnyCollectionMapping.

Code Reviewed by: Blaise Doughan and Rick Barkhouse

-Matt

Back to the top