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 "Ali Sadik Kumlali (JIRA)" <ji...@apache.org> on 2006/09/25 10:58:50 UTC

[jira] Created: (AXIS2-1229) The code that Wsdl2Java generates doesn't compile

The code that Wsdl2Java generates doesn't compile
-------------------------------------------------

                 Key: AXIS2-1229
                 URL: http://issues.apache.org/jira/browse/AXIS2-1229
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: databinding
         Environment: WinXP Professional, JDK 1.4.2_12, SVN(20060925)
            Reporter: Ali Sadik Kumlali
            Priority: Blocker


In Axis2SampleDocLitServiceMessageReceiverInOut, following lines  there are line causes compile error:

           envelope = (msgContext.getEnvelope().getBody().getFirstElement(), getSOAPFactory(msgContext));

Test environment:
set AXIS2_HOME=c:/axis2
WSDL2Java -uri ..\samples\wsdl\Axis2SampleDocLit.wsdl -ss -sd -g -t -d xmlbeans -o ..\samples\wsdl\output -p org.apache.axis2.userguide


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1229) The code that Wsdl2Java generates doesn't compile

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1229?page=all ]

Davanum Srinivas resolved AXIS2-1229.
-------------------------------------

    Resolution: Fixed

I don't see any problem when compiling the generated code with exactly the same w2j command line params.

-- dims

> The code that Wsdl2Java generates doesn't compile
> -------------------------------------------------
>
>                 Key: AXIS2-1229
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1229
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>         Environment: WinXP Professional, JDK 1.4.2_12, SVN(20060925)
>            Reporter: Ali Sadik Kumlali
>            Priority: Blocker
>
> In Axis2SampleDocLitServiceMessageReceiverInOut, following lines  there are line causes compile error:
>            envelope = (msgContext.getEnvelope().getBody().getFirstElement(), getSOAPFactory(msgContext));
> Test environment:
> set AXIS2_HOME=c:/axis2
> WSDL2Java -uri ..\samples\wsdl\Axis2SampleDocLit.wsdl -ss -sd -g -t -d xmlbeans -o ..\samples\wsdl\output -p org.apache.axis2.userguide

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1229) The code that Wsdl2Java generates doesn't compile

Posted by "Ali Sadik Kumlali (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1229?page=comments#action_12437660 ] 
            
Ali Sadik Kumlali commented on AXIS2-1229:
------------------------------------------

I've tested again after svn update and the problem seems to be fixed somehow.

Thanks Dims.

> The code that Wsdl2Java generates doesn't compile
> -------------------------------------------------
>
>                 Key: AXIS2-1229
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1229
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>         Environment: WinXP Professional, JDK 1.4.2_12, SVN(20060925)
>            Reporter: Ali Sadik Kumlali
>            Priority: Blocker
>
> In Axis2SampleDocLitServiceMessageReceiverInOut, following lines  there are line causes compile error:
>            envelope = (msgContext.getEnvelope().getBody().getFirstElement(), getSOAPFactory(msgContext));
> Test environment:
> set AXIS2_HOME=c:/axis2
> WSDL2Java -uri ..\samples\wsdl\Axis2SampleDocLit.wsdl -ss -sd -g -t -d xmlbeans -o ..\samples\wsdl\output -p org.apache.axis2.userguide

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org