Scenario 5: Invalid characters specified in domain entity ID
The domain entity XML file specifies a domain entity ID with invalid characters in the following XML:
<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 a warning message
in the default.log file about the invalid characters
present in the ID. The invalid set of characters are from the character
set: '[]{}:\/"'#@<>,*|!@$%^&()=+&.'.2013-04-30 23:33:32,995 [jsp_8: getDomainEntityIdForContainer.wpc]
ERROR com.ibm.ccd.content.common.MultiDomainEntityUtils -
CWPCM0608E:Domain Entity 'Employee*%' has invalid characters.
Provide a valid domain id with no characters from the character set '[]{}:\/"'#@<>,*|!@$%^&()=+&.'.