From 708203f2b0058bd2560e68cce961706f331b74e4 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 24 Apr 2008 11:19:51 +0000 Subject: [PATCH] NAMESPACE_ERR FAQ --- src/site/fml/faq.fml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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.