码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-08-01 14:13:37      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:

解决办法:

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

 

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

标签:

原文地址:http://www.cnblogs.com/IamThat/p/4693969.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!