Johannes Renoth created CXF-8429:
------------------------------------
Summary: 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
Reporter: Johannes Renoth
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)