You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Gabor Liptak (JIRA)" <ji...@apache.org> on 2008/02/27 18:35:51 UTC

[jira] Created: (AXIS2-3554) WSDL2Java generated non-compiling sources (with XMLBeans)

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3554) WSDL2Java generated non-compiling sources (with XMLBeans)

Posted by "Gabor Liptak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: wsdltest.zip

WSDL, XSD and build.xml files attached

> 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\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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3554) WSDL2Java generated non-compiling sources (with XMLBeans)

Posted by "Gabor Liptak (JIRA)" <ji...@apache.org>.
     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org