On Jan 26, 2009, at 1:31 PM, BJ Freeman wrote:
getting a lot of warning like this
2009-01-26 12:23:43,062 (main) [ DatabaseUtil.java:279:WARN ]
WARNING: Column [CANCEL_QUANTITY] of table [OFBIZ.ORDER_ITEM_CHANGE]
of
entity [OrderItemChange] has a decimalDigits of [0] in the database,
but
is defined to have a decimalDigits of [6] in the entity definition.
so I guess the fieldtypes need to be updated.
Or perhaps the fieldtypes have been updated and your database hasn't
been updated yet.
A few fields like that have been fixed to have the detail they lacked
before. This is a warning from the entity engine to tell you that your
database meta data (table defs, etc) needs to be updated to match the
newer code.
-David