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 "Paul Glezen (JIRA)" <ji...@apache.org> on 2006/11/09 20:23:37 UTC

[jira] Created: (AXIS2-1664) WSDL2Java generates reference to ConverterUtil.convertToOMAttrbute

WSDL2Java generates reference to ConverterUtil.convertToOMAttrbute
------------------------------------------------------------------

                 Key: AXIS2-1664
                 URL: http://issues.apache.org/jira/browse/AXIS2-1664
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: adb
    Affects Versions: 1.0
         Environment: Windows XP
            Reporter: Paul Glezen


WSDL2Java generates source with a reference to the following method which no longer exists:

org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute

I've included the WSDL and the generated Java source.

-- 
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] Updated: (AXIS2-1664) WSDL2Java generates reference to ConverterUtil.convertToOMAttrbute

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

Paul Glezen updated AXIS2-1664:
-------------------------------

    Attachment: MyStar.wsdl

This is the WSDL from which the source was generated using the following command:

WSDL2Java -uri MyStar.wsdl -p com.fleet -s

> WSDL2Java generates reference to ConverterUtil.convertToOMAttrbute
> ------------------------------------------------------------------
>
>                 Key: AXIS2-1664
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1664
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.0
>         Environment: Windows XP
>            Reporter: Paul Glezen
>         Attachments: MyStar.wsdl
>
>
> WSDL2Java generates source with a reference to the following method which no longer exists:
> org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute
> I've included the WSDL and the generated Java source.

-- 
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] Updated: (AXIS2-1664) WSDL2Java generates reference to ConverterUtil.convertToOMAttrbute

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

Paul Glezen updated AXIS2-1664:
-------------------------------

    Attachment: StarServiceStub.java

This is the generated code.  Line 1608 contains the call to ConverterUtil.convertToOMAttribute which doesn't seem to exist.

> WSDL2Java generates reference to ConverterUtil.convertToOMAttrbute
> ------------------------------------------------------------------
>
>                 Key: AXIS2-1664
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1664
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.0
>         Environment: Windows XP
>            Reporter: Paul Glezen
>         Attachments: MyStar.wsdl, StarServiceStub.java
>
>
> WSDL2Java generates source with a reference to the following method which no longer exists:
> org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute
> I've included the WSDL and the generated Java source.

-- 
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-1664) WSDL2Java generates reference to ConverterUtil.convertToOMAttrbute

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

Davanum Srinivas resolved AXIS2-1664.
-------------------------------------

    Resolution: Fixed

latest svn works fine.

thanks,
dims

> WSDL2Java generates reference to ConverterUtil.convertToOMAttrbute
> ------------------------------------------------------------------
>
>                 Key: AXIS2-1664
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1664
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.0
>         Environment: Windows XP
>            Reporter: Paul Glezen
>         Attachments: MyStar.wsdl, StarServiceStub.java
>
>
> WSDL2Java generates source with a reference to the following method which no longer exists:
> org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute
> I've included the WSDL and the generated Java source.

-- 
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-1664) WSDL2Java generates reference to ConverterUtil.convertToOMAttrbute

Posted by "Paul Glezen (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1664?page=comments#action_12448576 ] 
            
Paul Glezen commented on AXIS2-1664:
------------------------------------

This seems to be related to AXIS2-1009.

> WSDL2Java generates reference to ConverterUtil.convertToOMAttrbute
> ------------------------------------------------------------------
>
>                 Key: AXIS2-1664
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1664
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.0
>         Environment: Windows XP
>            Reporter: Paul Glezen
>         Attachments: MyStar.wsdl, StarServiceStub.java
>
>
> WSDL2Java generates source with a reference to the following method which no longer exists:
> org.apache.axis2.databinding.utils.ConverterUtil.convertToOMAttribute
> I've included the WSDL and the generated Java source.

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