I have a problem while trying to edit a FeatureServer with a Double field.
The FeatureServer has published a ArcSDE FeatureClass with a double field defined with precision 38 and scale 8. When this field is populated with a value greater than 2147483647 without decimal places, applyEdits method fails with this error:
{"error":{"code":500,"message":"Error applying edits.","details":["Error processing server request"]}}
This value is the largest positive value of a signed integer on a 32 bit operating system.
I'm using ArcGIS Server 10 for Java Platform Service Pack 3 and ArcSDE 10 SP3 for Oracle11g 64 bit.