Adam Heath created OFBIZ-9792:
---------------------------------
Summary: order services.xml references bi entities
Key: OFBIZ-9792
URL:
https://issues.apache.org/jira/browse/OFBIZ-9792 Project: OFBiz
Issue Type: Bug
Components: bi, order
Reporter: Adam Heath
Priority: Minor
Do a fresh checkout. No plugins(which uses to be specialpurpose). ofbiz/services.xml defines entity-auto services for entities that only exist in the bi plugin.
==
10:55:15 -0500 adam@tooz(trunk):/srv/development/ofbiz/ofbiz-github$ ./gradlew loadDefault 2>&1 | tee loadDefault.log
10:55:38 -0500 adam@tooz(trunk):/srv/development/ofbiz/ofbiz-github$ less loadDefault.log
10:55:54 -0500 adam@tooz(trunk):/srv/development/ofbiz/ofbiz-github$ grep SalesOrderItemFact loadDefault.log
org.apache.ofbiz.entity.GenericModelException: Could not find definition for entity name SalesOrderItemFact
2017-09-26 10:54:13,708 |kJoinPool-1-worker-7 |ModelServiceReader |E| Cannot load auto-attributes : Could not find entity with name [SalesOrderItemFact] for createSalesOrderItemFact
org.apache.ofbiz.base.util.GeneralException: Could not find entity with name [SalesOrderItemFact]
org.apache.ofbiz.entity.GenericModelException: Could not find definition for entity name SalesOrderItemFact
==
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)