final Resource resource = getResource(resourceAddress, rootResource, context);
if (resourceAddress.size() == 1 && resourceAddress.getElement(0).getKey().equals(EXTENSION)) {
// Extensions are handled in ApplyExtensionsHandler
continue;
}
resource.writeModel(resourceDescription.get("domain-resource-model"));
// Track deployment and management content hashes and server group deployments so we can pull over the content we need
if (resourceAddress.size() == 1) {
PathElement pe = resourceAddress.getElement(0);
String peKey = pe.getKey();