0 Replies Latest reply on Mar 4, 2011 7:58 AM by flaviohenrique

    How to get all objects from a particular scope?

    flaviohenrique

      I have two producer methods that produces two objects of the same class, but with a diferents qualifiers that will be stored in the request scope. In my interceptor, I need to access all the beans stored in the requestScoped.



      I tried this code, but it creates new beans, even they are not present in the request scope:


      @Inject @Any Instace....
      Any advice?