though I have seen the first one did not dig in since it did not effect what I was doing.

second one says that there is no entity in the current version that matches your DB table.
usually you will find the entity named old and a new entity will be used.
if your running productions servers you need to check if it effects your current system. if so then you need to do a migration.
also check
https://cwiki.apache.org/confluence/display/OFBTECH/Revisions+Requiring+Data+Migration

Matt Warnock sent the following on 9/15/2010 3:56 PM:
Running trunk (996145 under Debian with postgresql 8.3.

When I run, I get two kinds of warnings that I don't understand:

First off, there are 8 or so warnings like this:
2010-09-11 13:16:45,664 (main) [    ModelViewEntity.java:538:WARN ]
Conversion for complex-alias needs to be implemented for cache and
in-memory eval stuff to work correctly, will not work for alias:
statusDelay of view-entity ExampleStatusDetail

Second, when I start OFBiz on an EXISTING postgresql database, I get the
following kind of warning for EACH table in the database:

2010-09-15 16:45:31,900 (main) [       DatabaseUtil.java:385:WARN ]
Table named [public.CURRENCY_DIMENSION] exists in the database but has
no corresponding entity

I suspect the latter is some kind of mismatch between the "public"
schema and the tablename without the schema portion.

Should I be concerned about either of these kinds of warnings?  I
googled them both, found they had been asked before, but could not find
any answers.  Does anyone know?



Reply via email to