diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index e6db9ed8..f073e71d 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -190,6 +190,37 @@

+ + + Does Spring-WS run on IBM WebSphere? + + +

+ WebSphere bundles some libraries which are out-of-date, and need to be upgraded with more recent + versions. Specifically, this includes XML-apis, Xerces, Xalan, and WSDL4J. +

+

+ There are a couple of ways to upgrade these libraries, all using parent-last or application-first + classloading. +

+ The last approach has the advantage of restricting the parent-last classloading to the conflicting + libraries only, and not to the entire application. +

+
+
WSDL