[jboss-user] [JBoss Seam] - Re: Numerics and Decimals in mysql 5

norman.richards@jboss.com do-not-reply at jboss.com
Sat Dec 23 11:29:20 EST 2006


This is a known problem with hibernate.  The simplest workaround, is to add columnDefinition="decimal(10,2)" to your @Column annotation.  Hibernate will validate the field correctly, but it will have no other impact on your code.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996017#3996017

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996017



More information about the jboss-user mailing list