//the admin event framework take care of not sending the events?
//Note that we could potentially remove the manipulation of the phase list
//if the admin event is not sent when dynamic-reconfig is false. It is not
//the case right now.
J2EECPhase j2eec = new J2EECPhase(deploymentContext);
AssociationPhase associate = new AssociationPhase(deploymentContext);
//phase list: j2eec, associate
//if dynamic-reconfig is turned off
List deployPhaseList = new ArrayList();