Hi,
Following on my earlier issue with BigDecimal precision, I switched to using doubles instead. This works fine except that OpenJPA is creating DOUBLE columns as unsigned doubles while they should be signed doubles. I can't see anything in the docs that tells me how I can force OpenJPA to create the required type. Did I miss something? Chris