I have a seam application with JPA entity mapping to DB2 When I map DB2 Numeric(8,0) to java.math.BigDecimal it works fine but mapping Numeric(5,0) to java.math.BigDecimal fails
I tried mapping Numeric(5,0) to java.math.BigInteger, Integer, int, double, float, int, short nothing works! any Ideas! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177702#4177702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177702 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
