Larry Meadors <larry.meadors <at> gmail.com> writes: > > What I mean is if you set the scale on the object, is the real value there? > yourBigDecimal.setScale(2); > Larry
I am geting only 99 from iBatis, not 99.11 I am printing what I am getting in set method of value object, and its showing me just 99. I called scale() method on BigDecimal object returned by iBatis, and its giving me '0'. What could be the problem? Lot of other people at my work place is also facing the same problem. Can anyone help us regarding this? Thanks, Shilpa