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

来源:互联网 发布:匡威淘宝 编辑:程序博客网 时间:2024/05/16 15:38
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 ownapplication "version" element into the SOAP header. I was under theassumption that our problem had to do with an improper namespace.Eventually, the fix was to upgrade to xercesImpl-2.9.1.jar and theUnsupportedOperationException disappeared.
原创粉丝点击