diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index f073e71d..1decffbc 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -10,6 +10,22 @@ features of Axis 1 and 2. + < faq id="namespace_err"> + I get NAMESPACE_ERR exceptions when using Spring-WS. What can I do about it? + +

+ If you get the following Exception: +

+
+                    NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
+                
+

+ Most often, this exception is related to an older version of Xalan being used. Make sure to upgrade + to 2.7.0. +

+
+ + Java @@ -40,8 +56,9 @@

- Note that the XwsSecurityInterceptor requires Java 5, because an underlying library (XWSS) requires - it. Instead, you can use theWss4jSecurityInterceptor. + If you want to use WS-Security, note that the XwsSecurityInterceptor requires Java 5, + because an underlying library (XWSS) requires it. Instead, you can use the + Wss4jSecurityInterceptor.