From 81258c9941381079b2e10a666d3c38d677ecbf31 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sat, 17 Feb 2007 13:23:45 +0000 Subject: [PATCH] --- src/site/apt/faq.apt | 9 +++++++++ 1 file changed, 9 insertions(+) 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