[
https://issues.apache.org/jira/browse/OFBIZ-10540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602073#comment-16602073 ]
Deepak Nigam commented on OFBIZ-10540:
--------------------------------------
1) Removed 'partyId' from relation key-map as it is not a valid field of the FacilityContactMech entity.
2) Removed 'contactMechPurposeTypeId' from relation key-map as it is not a valid field of the WorkEffortContactMech entity.
3) Used 'contactMechTypeId' inplace of 'contactMechPurposeTypeId', as 'contactMechPurposeTypeId' is not available in any of the member entities.
> Warning in console logs related to entity definitions
> -----------------------------------------------------
>
> Key: OFBIZ-10540
> URL:
https://issues.apache.org/jira/browse/OFBIZ-10540> Project: OFBiz
> Issue Type: Improvement
> Components: ALL COMPONENTS
> Affects Versions: Trunk
> Reporter: Deepak Nigam
> Priority: Minor
> Attachments: OFBiz-10540.patch
>
>
> On trunk, following warnings related to entity definitions are coming:
> 2018-08-27 14:10:32,129 |delegator-startup-1 |GenericDelegator |W| =-=-=-=-= Found 5 warnings when checking the entity definitions:
> 2018-08-27 14:10:32,130 |delegator-startup-1 |GenericDelegator |W| [RelationRelatedFieldNotFound] The field "partyId" of related entity FacilityContactMech was specified in the keymaps but is not found for relation FacilityContactMech of entity FacilityAndContactMech.
> 2018-08-27 14:10:32,131 |delegator-startup-1 |GenericDelegator |W| [RelationFieldNotFound] The field partyId was specified in the keymaps but is not found for relation FacilityContactMech of entity FacilityAndContactMech.
> 2018-08-27 14:10:32,131 |delegator-startup-1 |GenericDelegator |W| [RelationRelatedFieldNotFound] The field "contactMechPurposeTypeId" of related entity WorkEffortContactMech was specified in the keymaps but is not found for relation WorkEffortContactMech of entity WorkEffortAndContactMech.
> 2018-08-27 14:10:32,131 |delegator-startup-1 |GenericDelegator |W| [RelationFieldNotFound] The field contactMechPurposeTypeId was specified in the keymaps but is not found for relation WorkEffortContactMech of entity WorkEffortAndContactMech.
> 2018-08-27 14:10:32,131 |delegator-startup-1 |GenericDelegator |W| [RelationFieldNotFound] The field contactMechPurposeTypeId was specified in the keymaps but is not found for relation ContactMechPurposeType of entity WorkEffortAndContactMech.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)