From e7ed201cd9ffc55e1ff45275b39e22de2bff1ffe Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sat, 8 Sep 2007 00:51:55 +0000 Subject: [PATCH] SWS-190 --- src/site/fml/faq.fml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index b47c5526..76f9d103 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -24,6 +24,19 @@

+ + Does Spring-WS work under Java 1.6? + +

+ Spring Web Services works under Java 1.6, but you must make sure to use the versions of Xerces and + Xalan that are packaged with it. Using other XML parsing libraries will cause exceptions to occur + in the org.apache.xml.serializer.ToXMLSAXHandler. +

+

+ Therefore, when using Java 6, do not bundle Xerces, nor Xalan in your application. +

+
+
Why do the Spring-WS unit tests fail under Mac OS X?