> I found that care needs to be taken when using Floats, Doubles, BigDecimal, > etc... OpenJPA seemed to work in most cases when I was using existing table > definitions but I can't say that OpenJPA always generated the proper tables > when using synchronize mappings.
Actually there's http://issues.apache.org/jira/browse/OPENJPA-213 which is for database generation - decimals always have precision = 10 and scale = 0. In our case, we're waiting for a final OpenJPA 2.0 to fix it, as our app will remain in development for some time. -- Luis Fernando Planella Gonzalez
