+ "' can't find its ancestor '"
+ definition.getExtends()
+ "'. Please check your description file.";
LOG.error(msg);
// to do : find better exception
throw new NoSuchDefinitionException(msg);
}
// Resolve parent before itself.
resolveInheritance(parent, request);
definition.inherit(parent);