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 10.04, Release 09.04, Release 4.0, Release Branch 11.04 Reporter: Jacques Le Roux Assignee: Jacques Le Roux Priority: Minor Fix For: Release Branch 09.04, Release Branch 10.04, Release Branch 11.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 is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045878#comment-13045878 ] Jacques Le Roux commented on OFBIZ-4310: ---------------------------------------- Related to http://svn.apache.org/viewvc?view=revision&revision=430913 > 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, Release 09.04, Release 10.04, Release Branch 11.04 > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Minor > Fix For: Release Branch 09.04, Release Branch 10.04, Release Branch 11.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 is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-4310: ------------------------------------- Affects Version/s: (was: Release 10.04) (was: Release Branch 11.04) (was: Release 09.04) SVN trunk Fix Version/s: (was: Release Branch 11.04) (was: Release Branch 10.04) > 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |