2 Replies Latest reply on Dec 8, 2006 3:50 AM by wolfc

    How to correct standard CMP mapping for BigDecimal?

    knaveofhearts

      I have a POJO that uses a java.math.BigDecimal. The built-in CMP for Firebird maps that to a numeric(19.2). The highest precision for a numeric field in Firebird is 18, so the mapping fails. Any idea what the mapping for BigDecimal should be, and what do I have to do to fix the problem? Thanks.