You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2015/05/15 10:37:01 UTC

[jira] [Assigned] (CXF-6405) Support setting javax.xml.accessExternalSchema system property when running wsdl2java

     [ https://issues.apache.org/jira/browse/CXF-6405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned CXF-6405:
---------------------------------

    Assignee: Freeman Fang

> Support setting javax.xml.accessExternalSchema system property when running wsdl2java
> -------------------------------------------------------------------------------------
>
>                 Key: CXF-6405
>                 URL: https://issues.apache.org/jira/browse/CXF-6405
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>    Affects Versions: 2.7.16
>            Reporter: Mark Anderson
>            Assignee: Freeman Fang
>
> Running wsdl2java on Java 8 fails with the following exception
> {quote}
> Exception in thread "main" java.lang.AssertionError: org.xml.sax.SAXParseException; systemId: jar:file:/home/mark/Downloads/java/cxf/apache-cxf-2.7.16/lib/jaxb-xjc-2.2.6.jar!/com/sun/tools/xjc/reader/xmlschema/bindinfo/binding.xsd; lineNumber: 52; columnNumber: 88; schema_reference: Failed to read schema document 'xjc.xsd', because 'file' access is not allowed due to restriction set by the accessExternalSchema property.
> {quote}
> To workaround this I need to add
> {quote}
> -Djavax.xml.accessExternalSchema=all
> {quote}
> to the wsdl2java script.
> Could this either be added by default or be configured via parameters passed to wsdl2java?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)