This is an automated email from the ASF dual-hosted git repository.
deepak pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 782bddb Fixed File Resource not found console warning related to already removed data files
782bddb is described below
commit 782bddb7295199419d71c92d571cb1f0aeb4f272
Author: Deepak Dixit <
[hidden email]>
AuthorDate: Fri Feb 12 12:55:31 2021 +0530
Fixed File Resource not found console warning related to already removed data files
---
framework/common/ofbiz-component.xml | 1 -
framework/security/ofbiz-component.xml | 1 -
2 files changed, 2 deletions(-)
diff --git a/framework/common/ofbiz-component.xml b/framework/common/ofbiz-component.xml
index c272725..f0e0501 100644
--- a/framework/common/ofbiz-component.xml
+++ b/framework/common/ofbiz-component.xml
@@ -61,7 +61,6 @@ under the License.
<entity-resource type="data" reader-name="seed" loader="main" location="data/CommonPortletData.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/CommonSecurityGroupDemoData.xml"/>
- <entity-resource type="data" reader-name="demo" loader="main" location="data/CommonScheduledServicesDemoData.xml"/>
<service-resource type="model" loader="main" location="servicedef/services.xml"/>
<service-resource type="model" loader="main" location="servicedef/services_cdyne.xml"/>
diff --git a/framework/security/ofbiz-component.xml b/framework/security/ofbiz-component.xml
index 208a114..4f7d5dc 100644
--- a/framework/security/ofbiz-component.xml
+++ b/framework/security/ofbiz-component.xml
@@ -29,6 +29,5 @@ under the License.
<!-- NOTE: comment this line out to ensure no resetting of passwords -->
<entity-resource type="data" reader-name="demo" loader="main" location="data/PasswordSecurityDemoData.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/SecurityGroupDemoData.xml"/>
- <entity-resource type="data" reader-name="demo" loader="main" location="data/SecurityTypeDemoData.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/SSOJWTDemoData.xml"/>
</ofbiz-component>