// retrieve the package
String pkg = containerNode.getNamespaceURI().replaceFirst("urn:arq:", "");
// try to find a ContainerConfiguration that matches the package
ContainerConfiguration containerConfig = matchContainerConfiguration(containersConfigurations, pkg);
if (containerConfig != null)
{
// map the nodes
mapNodesToProperties(containerConfig, containerNode);