You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2021/03/10 01:48:00 UTC

[jira] [Resolved] (CXF-8429) Illegal reflective access in XercesSchemaValidationUtils

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

Andriy Redko resolved CXF-8429.
-------------------------------
    Resolution: Fixed

The support for Xerces has been added, except the SAAJ part

> Illegal reflective access in XercesSchemaValidationUtils
> --------------------------------------------------------
>
>                 Key: CXF-8429
>                 URL: https://issues.apache.org/jira/browse/CXF-8429
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.3.2, 3.4.2
>            Reporter: Johannes Renoth
>            Assignee: Andriy Redko
>            Priority: Major
>             Fix For: 3.5.0, 3.4.3, 3.3.10
>
>
> We are getting the following warning in our application:
> {code:java}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.cxf.wsdl.service.factory.XercesSchemaValidationUtils (file:/xxx/WEB-INF/lib/cxf-rt-wsdl-3.3.2.jar) to method com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl.createXSLoader(com.sun.org.apache.xerces.internal.xs.StringList)
> WARNING: Please consider reporting this to the maintainers of org.apache.cxf.wsdl.service.factory.XercesSchemaValidationUtils
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)