final String destinations = loader.getResource("jbossmessaging/test-clustered-destinations-full-service.xml").toString();
final String jarNames = destinations + "," + "jbm-killservice.sar";
final Test test = new ClusteredTestCase();
JBossTestSetup wrapper = new JBossTestClusteredSetup(test, jarNames)
{
// Since the server will be killed, we can't undeploy using the regular ClusteredSetup, or we would get a false error
protected void tearDown() throws Exception
{