Created
November 3, 2014 22:59
-
-
Save jdennaho/920d44c1f8350ff55801 to your computer and use it in GitHub Desktop.
Debugging in JAXB Unmarshalling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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