We should revisit this to make sure this will work in multi-threaded environment,
i.e. concurrent deployment.
PluggableFeatureFactory featureFactory =
ApplicationServer.getServerContext().getPluggableFeatureFactory();
DeploymentFactory dFactory = featureFactory.getDeploymentFactory();
DeployEventListenerHelper helper =
dFactory.createDeployEventListenerHelper();
return helper;