相关疑难解决方法(0)

不能在JDK8上使用org.jvnet.jax-ws-commons.jaxws-maven-plugin

我正在使用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.
Run Code Online (Sandbox Code Playgroud)

和类似的东西

Failed to read DTD 'XMLSchema.dtd', because 'file' access is not allowed due to restriction set by the accessExternalDTD property.
Run Code Online (Sandbox Code Playgroud)

为什么这样,我该如何解决这个问题?

java soap web-services jax-rs maven

9
推荐指数
1
解决办法
7302
查看次数

标签 统计

java ×1

jax-rs ×1

maven ×1

soap ×1

web-services ×1