for (String name : conf.stringPropertyNames()) {
String value = conf.getProperty(name);
System.setProperty(name, value);
}
RegistrantDatabase registrantDatabase = new RegistrantDatabase();
// AxisServer axisServer = new AxisServer();
// ConfigurationContext configurationContext = axisServer.getConfigurationContext();
ClusteringClient clusteringClient = new ClusteringClient(registrantDatabase);
configurationContext.setProperty(CartridgeAgentConstants.CLUSTERING_CLIENT, clusteringClient);