mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
More information for missing aspect definition (ALF-20086)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55742 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1014,7 +1014,9 @@ public class ImporterComponent implements ImporterService
|
|||||||
classDef = dictionaryService.getClass(parentAspect);
|
classDef = dictionaryService.getClass(parentAspect);
|
||||||
if (classDef == null)
|
if (classDef == null)
|
||||||
{
|
{
|
||||||
throw new InvalidClassException("Failed import for context '" + context.getParentContext() + "'. Unknown aspect: ", parentAspect);
|
throw new InvalidClassException(
|
||||||
|
"Failed import for context '" + context.getParentContext() + "'. Unknown aspect: " + parentAspect,
|
||||||
|
parentAspect);
|
||||||
}
|
}
|
||||||
childAssocDefs = classDef.getChildAssociations();
|
childAssocDefs = classDef.getChildAssociations();
|
||||||
for (ChildAssociationDefinition childAssocDef : childAssocDefs.values())
|
for (ChildAssociationDefinition childAssocDef : childAssocDefs.values())
|
||||||
|
Reference in New Issue
Block a user