Peter Palaga created CXF-9214:
---------------------------------

             Summary: WSDLs and XSDs cannot be loaded from class path on GraalVM
                 Key: CXF-9214
                 URL: https://issues.apache.org/jira/browse/CXF-9214
             Project: CXF
          Issue Type: Improvement
            Reporter: Peter Palaga


WSDLs and XSDs cannot be loaded from class path on GraalVM native image. 

This was caused by this change 
[https://github.com/apache/cxf/commit/062ebd17a745b2c2028aeae47c0fc92ad0c66a1f#diff-4b89a654670abdd7e7144d7a91184997e9a0347798dc9e9bedc2c2e9aa9b2d13R68]

adding a list of allowed URL schemes.

The scheme of the URL returned from java.lang.ClassLoader.getResource(String) 
or similar methods is {{{}resource{}}}. Apparently, it needs to get added to 
the list.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to