首页 > 其他 > 详细

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:11:15      阅读:638      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!