您的位置:首页 > 移动开发 > Objective-C

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 13:06 816 查看
解决办法:
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: