You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by "Martin Lesner (JIRA)" <ji...@apache.org> on 2010/07/12 12:48:50 UTC

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

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