您的位置:首页 > 运维架构

CXF 的 UnsupportedOperationException:This parser does not support specification null "version" null.

2008-09-26 21:39 681 查看
I came across a JAXP implementation problem where I got UnsupportedOperationException:This parser does not support specification null "version" null.
This took a while to nail down because we were inserting our own
application "version" element into the SOAP header. I was under the
assumption that our problem had to do with an improper namespace.
Eventually, the fix was to upgrade to xercesImpl-2.9.1.jar and the
UnsupportedOperationException disappeared.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐