private Log log = LogFactory.getLog(getClass());
public void testPhaseOrderchage() {
try {
String filename = "./test-resources/deployment/SystemPhaseRemove";
ConfigurationContextFactory builder = new ConfigurationContextFactory();
er =
builder.buildConfigurationContext(filename)
.getAxisConfiguration();
fail(
"this must failed gracefully with DeploymentException \"Invalid System predefined " +
"inphases , phase order dose not\" +\n support\\n recheck axis2.xml\"");
} catch (DeploymentException e) {