diff --git a/src/site/apt/faq.apt b/src/site/apt/faq.apt index e19f3de6..de734ffe 100644 --- a/src/site/apt/faq.apt +++ b/src/site/apt/faq.apt @@ -19,6 +19,15 @@ Frequently Asked Questions The only solution that works is to add newer versions of Xerces and Xalan in the lib/endorsed directory of your JDK, as explained in those FAQs. + +** Why do the Spring-WS unit tests fail under Mac OS X? + + For some reason, Apple decided to include a Java 1.4 compatibility jar with their JDK 1.5. This jar includes the + XML parsers which were included in Java 1.4. No other JDK distribution does this, so it is unclear what the purpose + of this compatibility jar is. + + The jar can be found at <<>>. + You can safely remove or rename it, and the tests will run again. * SAAJ