I have a problem with the mapping of Oracle Float double precision datatype to Java Double datatype. The hibernate schema validator seems to fail when the Java Double dataty
We had the same issue. We solved it by making sure to explicity set the column type in the mapping, like this: