depoyments[i] = st.nextToken();
for (int i = 0; i < depoyments.length; i++)
{
String jarName = depoyments[i];
this.getLog().debug("Attempt undeploy of " + jarName);
clusteredDelegate.undeploy(clusteredDelegate.getAdaptor(0), jarName);
this.getLog().debug("undeployed package: " + jarName);
}
}
JBossTestClusteredServices testServices = (JBossTestClusteredServices) delegate;