Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.7
-
Unknown
Description
The current JAXB implementation allows a custom unmarshalling validation event handler configured by the property:
jaxb-validation-event-handler
There should also be a custom marshalling validation event handler property like:
jaxb-writer-validation-event-handler
Almost the entire structure for such a property already seems to exist, with the only lacking implementation in the DataWriterImpl. The only thing I'd like to know before implementing and submitting some code is what the property should be called exactly.