File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,15 @@ Frequently Asked Questions
1919
2020 The only solution that works is to add newer versions of Xerces and Xalan in the lib/endorsed directory of your JDK,
2121 as explained in those FAQs.
22+
23+ ** Why do the Spring-WS unit tests fail under Mac OS X?
24+
25+ For some reason, Apple decided to include a Java 1.4 compatibility jar with their JDK 1.5. This jar includes the
26+ XML parsers which were included in Java 1.4. No other JDK distribution does this, so it is unclear what the purpose
27+ of this compatibility jar is.
28+
29+ The jar can be found at <<</System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.jar>>>.
30+ You can safely remove or rename it, and the tests will run again.
2231
2332* SAAJ
2433
You can’t perform that action at this time.
0 commit comments