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.4.1
         Environment: Windows XP, Java 1.5_22
            Reporter: Martin Lesner
            Priority: Blocker


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to