Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed File Resource not found console warning related to already remo…
…ved data files
  • Loading branch information
dixitdeepak committed Feb 12, 2021
1 parent cbec4d7 commit 782bddb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion framework/common/ofbiz-component.xml
Expand Up @@ -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"/>
Expand Down
1 change: 0 additions & 1 deletion framework/security/ofbiz-component.xml
Expand Up @@ -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>

0 comments on commit 782bddb

Please sign in to comment.