This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release22.01 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release22.01 by this push: new b48c8e057b Improved: The big problem when loading seed. (OFBIZ-7754) b48c8e057b is described below commit b48c8e057b52f9ec7e6028a5dc2b5cd99accaf69 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Thu Sep 29 07:11:28 2022 +0200 Improved: The big problem when loading seed. (OFBIZ-7754) Improves comment: multitenant can be a reason to use CommonSystemPropertyData.xml --- 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 b4311bfe5f..3b538ac307 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"/> Use it if you need/want--> + <!-- <entity-resource type="data" reader-name="seed-initial" loader="main" location="data/CommonSystemPropertyData.xml"/> Use it if you need/want, notably if you use multitenant--> <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"/>