Dear All, Big Decimal auto conversion fails when an empty string is received.Excerpt of the stack given below.
/-- Encapsulated exception ------------\ java.lang.NoSuchMethodException: com.path.ConvTest.setId([Ljava.lang.String;) at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:1206) at ognl.OgnlRuntime.setMethodValue(OgnlRuntime.java:1454) When an empty string is received from the client it searches for a method with argument String instead of Big Decimal.But works perfectly fine if the value is not empty.If Big Decimal data type is changed to Integer then there is no issue even if the value is empty string.Could you please let me know why this happens or am i missing something.Thank you -- Regards, George Eapen