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

Gabor Liptak updated AXIS2-3554:
--------------------------------

    Description: 
Here is the compile error received:

compile.src:
    [javac] Compiling 215 source files to 
C:\Projects\home\eclipse\WSDLTest\wsdltest\generated\build\classes
    [javac] 
C:\Projects\home\eclipse\WSDLTest\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\WSDLTest\wsdltest\generated\src\com\company\TestServiceMessageReceiverInOut.java
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

  was:
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


> 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
>         Attachments: wsdltest.zip
>
>
> Here is the compile error received:
> compile.src:
>     [javac] Compiling 215 source files to 
> C:\Projects\home\eclipse\WSDLTest\wsdltest\generated\build\classes
>     [javac] 
> C:\Projects\home\eclipse\WSDLTest\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\WSDLTest\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]

Reply via email to