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 "Afkham Azeez (JIRA)" <ji...@apache.org> on 2010/12/22 12:59:02 UTC

[jira] Resolved: (AXIS2-4771) ComparatorUtil.compare(UnsignedLong, String) doesn't exist

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

Afkham Azeez resolved AXIS2-4771.
---------------------------------

    Resolution: Fixed
      Assignee: Andreas Veithen

This seems to be fixed, and the relevant method is available in ConverterUtil

> ComparatorUtil.compare(UnsignedLong, String) doesn't exist
> ----------------------------------------------------------
>
>                 Key: AXIS2-4771
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4771
>             Project: Axis2
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.5.1, 1.4.1
>         Environment: Windows XP, Java 1.5_22
>            Reporter: Martin Lesner
>            Assignee: Andreas Veithen
>            Priority: Minor
>             Fix For: 1.5.5
>
>
> Axis 2 generates cleint class with statement calling ComparatorUtil.compare(UnsignedLong, String) that doesn't exist for UnsignedLong:
>              public void setX_type0(org.apache.axis2.databinding.types.UnsignedLong param){
>                             
>                                                 if (org.apache.axis2.databinding.utils.ConverterUtil.compare(param, "9999999") <= 0){
>                                                     this.localX_type0=param;
>                                                 }
>                                                 else {
>                                                     throw new java.lang.RuntimeException();
>                                                 }

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