Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
Exception in thread "main" java.lang.NumberFormatException: For input string: "1000.0"
I am facing the same issue in version 1.7.5. Kindly help me on the same..
public void setEMPL_RCDTypeDef(int param) {
java.lang.String totalDigitsDecimal = org.apache.axis2.databinding.utils.ConverterUtil.convertToStandardDecimalNotation(
"3").toPlainString();
if (org.apache.axis2.databinding.utils.ConverterUtil.compare(
param, totalDigitsDecimal) < 0)
else
{ throw new java.lang.RuntimeException( "Input values do not follow defined XSD restrictions"); }}
Attachments
Issue Links
- duplicates
-
AXIS2-5724 totalDigits Facet of XSD type int incorrectly treated in databinding
- Resolved