throw new DeployerException("Cannot add the parentClassLoader parameter '" + parentClassLoader + "'", e);
}
// Bind the earClassLoader of the web application
try {
ctx.rebind("earClassLoader", earClassLoader);
} catch (NamingException e) {
throw new DeployerException("Cannot add the earClassLoader parameter '" + earClassLoader + "'", e);
}
// No alt-dd yet, give an empty array