public RegistryLifecycleManager(String id, Registry object, Map<String, LifecyclePhase> phases )
{
super(id, object);
RegistryLifecycleCallback callback = new RegistryLifecycleCallback();
registerPhase(NotInLifecyclePhase.PHASE_NAME, NOT_IN_LIFECYCLE_PHASE, new LifecycleCallback(){
public void onTransition(String phaseName, Object object) throws MuleException
{ }});
for (Map.Entry<String, LifecyclePhase> entry : phases.entrySet())
{