{
ClusterEvent event = new ClusterEvent("sampleEvent");
ResourceComputationStage stage = new ResourceComputationStage();
StageContext context = new StageContext();
stage.init(context);
stage.preProcess();
boolean exceptionCaught = false;
try
{
stage.process(event);
} catch (Exception e)