Uploaded image for project: 'OpenWebBeans'
  1. OpenWebBeans
  2. OWB-609

refactor conversation handling

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.1
    • 1.6.0
    • Java EE Integration
    • None

    Description

      it's possible to use the bean-manager to resolve beans in a phase-listener, some portable cdi extensions (e.g. myfaces codi) allow to use dependency injection in phase-listeners and jsf 2.2+ might support it out-of-the-box.
      so a conversation needs to be started before the lifecycle starts and the cleanup has to be done after all the rendering (and after all phase-listeners) because there are use-cases which access beans at the very beginning or even after a view was rendered (e.g. for cleanup tasks, logging,...) the current implementation in WebBeansPhaseListener leads to a constellation which isn't deterministic in case a conversation scoped bean gets accessed in the mentioned cases.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gpetracek Gerhard Petracek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: