// Note: Date and ID should be set by the persistence layer. Creator is set by
// the registry.
comp.setDisplayName(xmlComp.getName());
comp.setExternalKey(xmlComp.getExternalKey());
ComponentInitializer initializer = comp.getCapability(ComponentInitializer.class);
initializer.setOwner(owner);
if (xmlComp.getComponentRefs() != null &&
xmlComp.getComponentRefs().size() != 0) {
// Import a referenced component