protected void customizeConfiguration() throws IOException
{
super.customizeConfiguration();
TestBrokerConfiguration config = getBrokerConfiguration();
config.removeObjectConfiguration(VirtualHostNode.class, TEST2_VIRTUALHOST);
config.removeObjectConfiguration(VirtualHostNode.class, TEST3_VIRTUALHOST);
Map<String, Object> nodeAttributes = new HashMap<String, Object>();
nodeAttributes.put(BDBHAVirtualHostNode.NAME, _nodeName);
nodeAttributes.put(BDBHAVirtualHostNode.TYPE, "BDB_HA");
nodeAttributes.put(BDBHAVirtualHostNode.STORE_PATH, _storeBaseDir.getPath() + File.separator + _nodeName);