FYI, (and if of interest, no time for details) after Divesh help (https://issues.apache.org/jira/browse/OFBIZ-2280), I found those warns in starting log

[java] 2009-04-08 14:02:04,359 (main) [ ComponentContainer.java:256:WARN ] Location 'D:/workspace/ofbizRun/applications/accounting/lib/cybersource' does not exist [java] 2009-04-08 14:02:04,359 (main) [ ComponentContainer.java:256:WARN ] Location 'D:/workspace/ofbizRun/applications/accounting/lib/worldpay' does not exist

Those are there for a long time but I  don't know if they are real problems

[java] 2009-04-08 14:02:05,140 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for ali
as: statusDelay of view-entity ExampleStatusDetail
[java] 2009-04-08 14:02:05,187 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for ali
as: quantityOrdered of view-entity OrderItemQuantityReportGroupByItem
[java] 2009-04-08 14:02:05,187 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for ali
as: quantityOpen of view-entity OrderItemQuantityReportGroupByItem
[java] 2009-04-08 14:02:05,187 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for ali
as: quantityOrdered of view-entity OrderItemQuantityReportGroupByProduct
[java] 2009-04-08 14:02:05,187 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for ali
as: quantityOpen of view-entity OrderItemQuantityReportGroupByProduct
[java] 2009-04-08 14:02:05,203 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for ali
as: quantityOrdered of view-entity OrderItemAndShipGrpInvResAndItemSum
[java] 2009-04-08 14:02:05,203 (main) [ ModelViewEntity.java:470:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for ali
as: totQuantityAvailable of view-entity OrderItemAndShipGrpInvResAndItemSum
[java] 2009-04-08 14:02:05,203 (main) [ ModelViewEntity.java:628:INFO ] Throwing out field alias in view entity OrderHeaderAndWorkEffort because one already exists with the alias name [priority] and f
ield name [OH(OrderHeader).priority], existing field name is [WE.priority]


[java] 2009-04-08 14:02:09,531 (main) [ EntityDataLoader.java:130:WARN ] Could not get URL for Component ResourceHandler: org.ofbiz.base.component.ComponentException: File Resource not found: D:/worksp
ace/ofbizRun/framework/entityext/data/EntityDiagramGroupData.xml

I quickly tried to fix the last one by moving
<entity-resource type="data" reader-name="seed" loader="main" 
location="data/EntityDiagramGroupData.xml"/>
from entityext\ofbiz-component.xml to commonext\ofbiz-component.xml as the data 
are there but it did not work and I gave up
HTH

Jacques

Reply via email to