Why do I get a LinkageError when using XML interfaces in my test?
(Submitted by: Scott Stirling) The workaround as of JUnit 3.7 is to add org.w3c.dom.* and org.xml.sax.* to your excluded.properties. It’s just a matter of time before this fix becomes incorporated into the released version of JUnit’s excluded.properties, since JAXP is a standard part of JDK 1.4. It will be just like excluding org.omg.*. By the way, if you download the JUnit source from its Sourceforge CVS, you will find that these patterns have already been added to the default excluded.properties and so has a pattern for JINI.