Example #1
0
  protected void beforeRunChild() {
    TransactionManager.beginTransaction(creator);

    // So that ContainerLifeCycleTestUtil can access the activeContainer and do magic
    creator.addSingletonActiveRegistry();

    activeContainer = creator.getActiveRegister().getContainer();
  }