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.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967919#3967919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967919 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
