Skip to content

Instantly share code, notes, and snippets.

@jdennaho
Created November 3, 2014 22:59
Show Gist options
  • Save jdennaho/920d44c1f8350ff55801 to your computer and use it in GitHub Desktop.
Save jdennaho/920d44c1f8350ff55801 to your computer and use it in GitHub Desktop.
Debugging in JAXB Unmarshalling
//If you need to Debug JAXB this is your ticket.
//Don't use this for production just when debugging.
unmarshaller.setEventHandler(new javax.xml.bind.helpers.DefaultValidationHandler());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment