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

解决办法:

http://stackoverflow.com/questions/4037125/namespace-err-an-attempt-is-made-to-create-or-change-an-object-in-a-way-which-i

http://docs.spring.io/spring-ws/site/faq.html#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.

 

我的做法是 remove server 端的 xalan 2.7以下的jar

 

posted @ 2015-08-01 13:06  IamThat  阅读(888)  评论(0编辑  收藏  举报