The problem I am facing is hibernate validator. If I turn off validator, there is no
problem for the mapping at run time.
I tried big_decimal. It could not pass the hibernate validator. Looks like the jdbc driver
returns decimal type but the hibernate expected numeric. They are really the same thing
but becuase of the type code mismatch, hibernate failed it (in the Table class).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034609#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...