I got this exception from Village:
Caused by: com.workingdogs.village.DataSetException: Bad conversion:
java.lang.NumberFormatException: For input string: "NaN"
at com.workingdogs.village.Value.asDouble(Value.java:1046)
It didn't make any sense to me, so i looked at the source code and the
Value.asDouble method really does say:
else if (isString())
{
return Integer.valueOf((String) valueObject).doubleValue();
}
(As found at
<http://svn.softwareforge.de/svn/opensource/village/trunk/src/java/com/workingdogs/village/Value.java>)
Is there a reason for this or is it just a copy'n'paste bug?
Regards,
Jon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]