I am using JDOM with JMeter and the XML Assertion. My sample unfortunately includes following element:
<XMLFault:XMLFault>...</XMLFault:XMLFault>
So, unfortunately, the producing service uses a custom namespace prefix beginning with "xml". According to this one SHOULD NOT use such a prefix and the processor MUST NOT fail.
JDOM fails. This is erractic behavior.