protected void setUp() throws Exception
{
super.setUp();
// Set system properties to properly bind JGroups channels
jgroupsSupport = new JGroupsSystemPropertySupport();
jgroupsSupport.setUpProperties();
File tmpDir = new File(System.getProperty("java.io.tmpdir"));
File root = new File(tmpDir, getClass().getSimpleName());
tempDir = root.getAbsolutePath();