FactoryFinder.getFactory(FactoryFinder.LIFECYCLE_FACTORY);
// remove ourselves from the list of listeners maintained by
// the lifecycle instances
for(Iterator<String> i = factory.getLifecycleIds(); i.hasNext(); ) {
Lifecycle lifecycle = factory.getLifecycle(i.next());
lifecycle.removePhaseListener(this);
}
postInitCompleted = true;
}
}