ourModule = modules.get(modulePath);
if (ourModule == null)
{
String parentUnitName = unit.getParent().getName();
throw new DeploymentException("No module with relative path " +
modulePath + " found in set of modules for " + parentUnitName + " " + modules.keySet());
}
uniqueName = name;
if (!isNameUnique(uniqueName, ourModule, modules))
{