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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...