Scenario 6: Invalid empty label value specified for required labels on a domain entity
The following domain entity XML file specifies a domain entity Employee with an empty value for the label_for_entities label.
<domain id="Employee" type="item">
<label>
<label_for_entity>employee</label_for_entity>
<label_for_entities>employees</label_for_entities>
<label_for_Entity>Employee</label_for_Entity>
<label_for_Entities>Employees</label_for_Entities>
<label_for_ENTITY>EMPLOYEE</label_for_ENTITY>
<label_for_ENTITIES>EMPLOYEES</label_for_ENTITIES>
</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
saying that a non-empty value should be provided for this label.2013-04-30 23:36:48,279 [jsp_9: getDomainEntityIdForContainer.wpc]
ERROR com.ibm.ccd.content.common.MultiDomainEntityUtils -
CWPCM0607E:Domain Entity 'Employee1' has an invalid empty label value for 'label_for_entities'.