Thanks Scott and BJ. The first warning message appears to say that in-memory eval functionality won't work, which is a bit unnerving. Not knowing what that is, I have no way of knowing whether that breaks some ofbiz functionality or not. If it's really only the caching, perhaps no big deal. Are we saying that it may slow operations, but won't break them?
On the second one, I should have said that I am using localpostnew, and my schema-name is in fact "public", the OOTB value. These warnings don't appear in Derby, so I assume its a Postgresql difference. Seems like maybe postgres is delivering the schema-qualified name, when ofbiz expects the bare tablename, or something like that. I see no problems OTHER than these 700+ error messages, but it doesn't seem like ofbiz should complain about its own native tables... -- Matt Warnock <[email protected]> RidgeCrest Herbals, Inc. On Thu, 2010-09-16 at 14:54 +1200, Scott Gray wrote: > Hi Matt, > > The first is just a warning that caching won't take place for complex view > aliases because it hasn't been implemented yet, I can't tell you much more > than that. > > For the second, what is the value of the schema-name attribute for your > postgres datasource in entityengine.xml? OOTB it should be set to "public" > and should prevent the other warnings you are seeing if it is set. > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 16/09/2010, at 10:56 AM, Matt Warnock wrote: > > > 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. > > > > > > >
