Thanks David, I will upgrade Derby DB
Jacques De : "David E Jones" <[EMAIL PROTECTED]> > Jacques Le Roux (JIRA) wrote: > > > > Also to mentio,n though not related (using Derby): > > 2007-08-19 07:08:31,437 (main) [ DatabaseUtil.java:267:ERROR] > > WARNING: Column [TEXT_DATA] of table [OFBIZ.AGREEMENT] of entity [Agreement] is of type [VARCHAR] in the database, but is defined as type [CLOB] in the entity definition. > > 2007-08-19 07:08:31,578 (main) [ DatabaseUtil.java:274:WARN ] > > WARNING: Column [TASK] of table [OFBIZ.OAGIS_MESSAGE_ERROR_INFO] of entity [OagisMessageErrorInfo] has a column size of [10] in the database, but is defined to have a column size of [60] in the entity definition. > > 2007-08-19 07:08:31,578 (main) [ DatabaseUtil.java:267:ERROR] > > WARNING: Column [DESCRIPTION] of table [OFBIZ.OAGIS_MESSAGE_ERROR_INFO] of entity [OagisMessageErrorInfo] is of type [VARCHAR] in the database, but is defined as type [CLOB] in the entity definition. > > 2007-08-19 07:08:31,578 (main) [ DatabaseUtil.java:274:WARN ] > > WARNING: Column [TASK] of table [OFBIZ.OAGIS_MESSAGE_INFO] of entity [OagisMessageInfo] has a column size of [10] in the database, but is defined to have a column size of [60] in the entity definition. > > Jacques: these are errors you should get familiar with as they are an > important feature of the Entity Engine to help with maintenance on productions systems. These simply mean that the entity definitions have changed and the database you are testing against is old, ie was created before these changes were made. The solution is to update your database, or if it is a dev one you can usually blow it away and just have OFBiz create a new database. > > -David
