UMOTransformer trans = null;
if (configuration.endsWith(".jar")) {
trans = new JarToSystemDeploymentBundle();
} else {
trans = new DirectoryToSystemDeploymentBundle();
}
SystemDeploymentBundle sdb = (SystemDeploymentBundle) trans.transform(configuration);
try {
handleDeploymentBundle(sdb);
} catch (Exception e) {