190191192193194195196197198
phase.execute(this.managed); this.from = null; } catch (Exception e) { phase.rollback(this.managed); this.fireFailure(phase.getType()); throw new LifecyclePhaseException(e, this, phase); } this.fireAfter(phase.getType()); }