This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new af3a632fb5 Improved: The big problem when loading seed. (OFBIZ-7754) af3a632fb5 is described below commit af3a632fb53e878473ed2874f5a68f74f799e5de Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Sep 18 13:55:24 2022 +0200 Improved: The big problem when loading seed. (OFBIZ-7754) After a last discussion on dev ML: https://lists.apache.org/thread/13kvnxvhrwfj7o1vjv3q8lsfzycc0t8q we decided to keep the loading but commented out with a comment. This also allows to close OFBIZ-7112 Thanks: Michael for the idea of no loading the data. --- framework/common/ofbiz-component.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/common/ofbiz-component.xml b/framework/common/ofbiz-component.xml index 69d66ea772..b4311bfe5f 100644 --- a/framework/common/ofbiz-component.xml +++ b/framework/common/ofbiz-component.xml @@ -27,7 +27,7 @@ under the License. <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/CommonSecurityPermissionSeedData.xml"/> - <entity-resource type="data" reader-name="seed-initial" loader="main" location="data/CommonSystemPropertyData.xml"/> + <!-- <entity-resource type="data" reader-name="seed-initial" loader="main" location="data/CommonSystemPropertyData.xml"/> Use it if you need/want--> <entity-resource type="data" reader-name="seed" loader="main" location="data/CommonTypeData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/CurrencyData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/CountryCodeData.xml"/>