【发布时间】:2014-05-22 18:49:05
【问题描述】:
我正在使用 org.jvnet.jax-ws-commons:jaxws-maven-plugin 为 Soap 服务生成客户端存根。升级到 JDK8 导致失败并出现以下错误:
Failed to read schema document 'xxx.xsd', because 'file' access is not allowed due to restriction set by the accessExternalSchema property.
类似的东西
Failed to read DTD 'XMLSchema.dtd', because 'file' access is not allowed due to restriction set by the accessExternalDTD property.
为什么会这样,我该如何解决?
【问题讨论】:
标签: java web-services maven soap jax-rs