WSDL2Java generated non-compiling sources (with XMLBeans)
---------------------------------------------------------
Key: AXIS2-3554
URL: https://issues.apache.org/jira/browse/AXIS2-3554
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: wsdl
Affects Versions: 1.3
Environment: Java, Windows
Reporter: Gabor Liptak
Here is the compile error received:
compile.src:
[javac] Compiling 215 source files to
C:\Projects\home\eclipse\VINService\wsdltest\generated\build\classes
[javac]
C:\Projects\home\eclipse\VINService\wsdltest\generated\src\com\company\TestServiceMessageReceiverInOut.java:107:
cannot find symbol
[javac] symbol : method get()
[javac] location: interface
com.company.test.testservice.TestOperationRequestDocument
[javac] return wrappedType.get().xgetTest();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note:
C:\Projects\home\eclipse\VINService\wsdltest\generated\src\com\company\TestServiceMessageReceiverInOut.java
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]