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? -- Matt Warnock <[email protected]> RidgeCrest Herbals, Inc.
