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 @@
++ 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. +
+