}
if (name.contains(".broken.")) {
// Tests that contain the name '.broken.' are expected to fail deployment
// This is how the TCK verifies the container is doing the required error checking
exception = (DeploymentException) new DeploymentException("deploy failed").initCause(e);
} else {
// This on the other hand is not good ....
System.out.println("FIX Deployment of " + name);
e.printStackTrace();
exception = e;