JerseyServer server = new JerseyServer(address);
DataRequestExecutionResource drer =
server.getDataRequestExecutionResource(
new ResourceID("DataRequestExecutionResource"));
SimpleLocation location = new SimpleLocation(address, drer);
addExecutionEngine(name, location);
}
catch (Exception e)
{
// we catch all exceptions and log them and continue initialisation