Set jaxp.debug property.
Brought to you by:
edankert
JAXP has it's own debug property (jaxp.debug). This system property will cause the invoked JAXP methods to print a lot of debug messages to System.err informing the user about what is happening.
It would be nice to set this either in the project or it could also be turned on by default.
The output would be visible in the console tab.
A work-around at the moment is to use the command-line to set the property: -Djaxp.debug=1