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

Can't access SessionScoped beans inside @Observers @Initialized(SessionScoped)

    XMLWordPrintableJSON

Details

    Description

      @Produces
      @SessionScoped
      public MySession produce()

      { return new MySession(); }

      @Inject private MySession session;

      public void init(@Observes @Initialized(SessionScoped.class) HttpSession httpSession)
      throws Exception

      { session.toString(); }

      Attachments

        Activity

          People

            tandraschko Thomas Andraschko
            tandraschko Thomas Andraschko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: