[
https://issues.apache.org/jira/browse/AXIS2-5987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17225742#comment-17225742
]
Robert Lazarski commented on AXIS2-5987:
----------------------------------------
My guess is that there is a classpath problem, somehow. Can you try JDK 8? JDK
11 support is the main goal for the next release.
I know you mentioned you are using 1.7.8, however you could speed up the
debugging by building the latest axis2 code from source and testing that.
git clone [https://github.com/apache/axis-axis2-java-core.git]
To build, don't run the unit tests as there is a difficult to debug OSGI test
failing.
mvn -Dmaven.javadoc.skip=true -Dmaven.test.skip.exec clean install
> Cannot compile proxy classes built by wsdl2java
> -----------------------------------------------
>
> Key: AXIS2-5987
> URL: https://issues.apache.org/jira/browse/AXIS2-5987
> Project: Axis2
> Issue Type: Bug
> Components: wsdl
> Affects Versions: 1.7.8, 1.7.9
> Environment: Windows 10, Eclipse 2020-09 (4.17.0), Adopt OpenJDK
> 11.0.8.10
> Reporter: Alexander Davis
> Priority: Major
>
> I am following the instructions at
> [https://axis.apache.org/axis2/java/core/docs/userguide-creatingclients-xmlbeans.html]
> to build proxy classes from a WSDL file. When I run wsdl2java, I get this
> error:
> _WARNING: An illegal reflective access operation has occurred_
> _WARNING: Illegal reflective access by
> org.apache.ws.commons.schema.utils.DOMUtil
> ([file:/C:/Tools/axis2-1.7.8/lib/xmlschema-core-2.2.1.jar|file:///C:/Tools/axis2-1.7.8/lib/xmlschema-core-2.2.1.jar])
> to method
> com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.getXmlEncoding()_
> _WARNING: Please consider reporting this to the maintainers of
> org.apache.ws.commons.schema.utils.DOMUtil_
> _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_
> But the proxy classes get generated nonetheless. I add all JARs from the
> axis2-1.7.8/lib folder under the project's classpath, but I still get tons of
> errors from the proxy classes, such as:
> __service cannot be resolved to a variable (in the generated stub.java file)_
> __serviceClient cannot be resolved to a variable (in the generated stub.java
> file)_
> _org.apache.axiom.soap.SOAP12Constants cannot be resolved to a variable (in
> the generated stub.java file)_
> _org.apache.xmlbeans.impl.values.XmlObjectBase cannot be resolved to a
> variable AddDocumentImpl.java (in the generated *Impl.java files)_
> I must use Axis2 1.7.8 (for compatibility with a third-party app), but I
> tried 1.7.9 just in case and got the same problem.
> Is there something I'm missing?
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]