protected void setUp() throws Exception {
    super.setUp();

    // Set system properties to properly bind JGroups channels
    jgroupsSupport = new JGroupsSystemPropertySupport();
    jgroupsSupport.setUpProperties();
  }