throw new FactoryException("Unable to find composite file from path '" + compositeComponentFilePath + "'");
}
compositeComponent.setFileResource(compositeComponentFile);
try {
compositeComponent.loadFromFile(includeBody);
} catch (Exception e) {
throw new FactoryException(e);
}
if (logger.isDebugEnabled()) {