You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adam Heath (JIRA)" <ji...@apache.org> on 2014/06/25 18:42:25 UTC

[jira] [Commented] (OFBIZ-4310) Conversion for complex-alias needs to be implemented

    [ https://issues.apache.org/jira/browse/OFBIZ-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043717#comment-14043717 ] 

Adam Heath commented on OFBIZ-4310:
-----------------------------------

Hi.  Guess who the original author is of the view entity cache clearing code?

I've known about the problem for a while, but haven't ever attempted to fix it.  Now that I have started doing better entity engine test cases, I might be able to tackle this problem.

However, I have no planned date for a fix.  It's not exactly a simple solution.

> Conversion for complex-alias needs to be implemented 
> -----------------------------------------------------
>
>                 Key: OFBIZ-4310
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4310
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: Release 4.0, SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 09.04
>
>
> There is a TODO in ModelViewEntity.populateReverseLinks()
> // TODO: conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly
> This throws WARNING at OFBiz startup:
> {code}
> 2011-05-27 13:23:53,161 (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: quantityOrdered of view-entity OrderItemQuantityReportGroupByItem
> 2011-05-27 13:23:53,162 (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: quantityOpen of view-entity OrderItemQuantityReportGroupByItem
> 2011-05-27 13:23:53,162 (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: quantityOrdered of view-entity OrderItemQuantityReportGroupByProduct
> 2011-05-27 13:23:53,162 (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: quantityOpen of view-entity OrderItemQuantityReportGroupByProduct
> 2011-05-27 13:23:53,169 (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: quantityOrdered of view-entity OrderReportSalesGroupByProduct
> 2011-05-27 13:23:53,176 (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: quantityOrdered of view-entity OrderItemAndShipGrpInvResAndItemSum
> 2011-05-27 13:23:53,176 (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: totQuantityAvailable of view-entity OrderItemAndShipGrpInvResAndItemSum
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)