}
} catch (RegistryException e) {
String msg = "Error in getting dependents from the artifact. id: " + id +
", path: " + path + ".";
log.error(msg, e);
throw new GovernanceException(msg, e);
}
return governanceArtifacts.toArray(new GovernanceArtifact[governanceArtifacts.size()]);
}