Hi, I have a Decimal (3,1) field in my table and it has been mapped to DECIMAL in repository_user.xml and by Java type is BigDecimal.
When I set this field the value set in the data base is always rounded off. eg: if I set a value of 3.5, database is updated with 4. What do I have to do to avoid the rounding? Regards, Deepak mailto: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
