2 Replies Latest reply on Jan 22, 2013 12:38 AM by rahul22

    Context Object in seam 3 and CDI ?

    rahul22

      hi ,

       

      I'm Doing a migration for my project and i faced issues with Context Object.

       

      in seam 2 we can use 

       

      import org.jboss.seam.contexts.Context;

      import org.jboss.seam.contexts.Contexts;

       

      for getting context like Context evtcntct=Contexts.getEventConext();

       

      but I'm nt getting how to achieve this in seam 3.

       

      any help will be appreciated . Thanks