Scenario 2: Missing XML tag specified for domain entity
The domain entity XML file specifies a domain entity with a missing required label in the following XML:
<domain id="Employee2" type="item"
<label>
<label_for_entity>employee</label_for_entity>
</label>
<icon path="/images/entities/employee.png"/>
<empty_display_value_icon
path="/images/entities/empty_display_value_employee.png"/>
</domain>This generates an error message in the default.log file.The
following error message is an example of the type of message you would
receive if there was a missing XML tag for a domain entity:
2013-04-30 23:23:05,707 [jsp_9: getDomainEntityIdForContainer.wpc]
ERROR com.ibm.ccd.content.common.MultiDomainEntityUtils -
CWPCM0606E:There is an error when processing the domain entity spec file:
C:\projects_rtc\aruba\ccd_src\etc/default/domains/multi_domain_entities_en_US.xml.,
Exception:Error finding node: label_for_entities
Error finding node: label_for_entitiesEnsure
that you specify all required XML tags for the domain entities.