From 2ba91fb57b24762eacbbd50910eb1feaa8fe0a9a Mon Sep 17 00:00:00 2001
From: Arjen Poutsma
Date: Fri, 15 Feb 2008 16:10:57 +0000
Subject: [PATCH] javadoc
---
src/site/fml/faq.fml | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index b6c51b3b..76dba5cc 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -1,6 +1,16 @@
+
+ General
+
+ Do I need any other SOAP framework to run Spring Web Services?
+
+ You don't need any other SOAP framework to use Spring Web services, though it can use some of the
+ features of Axis 1 and 2.
+
+
+
Java
@@ -11,11 +21,8 @@
bundled with the older XML parser Crimson, which does not handle namespaces correctly. Additionally,
it is bundled with an older version of Xalan, which also has problems.
Unfortunately, placing newer versions of these on the class path does not override them.
- See
- this FAQ
- entry on the Xalan
- site, and also
- this entry
+ See this FAQ entry on the Xalan
+ site, and also this entry
on the Xerces site.
@@ -60,10 +67,7 @@
The jar can be found at
-
- /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.jar
-
- .
+ /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.jar.
You can safely remove or rename it, and the tests will run again.