3 Replies Latest reply on Aug 22, 2008 2:25 PM by vlax

    How to initialize (session) seam context ("No active session context" problem)?

    vlax

      Hi!
      I have to integrate two web apps: one is an old one and another is based on seam. It almost works, but problem is log in feature. I need to call

      identity.login()

      method from the (old app) jsp file. That is impossible because of the No active session context exception (thrown by
      Identity.instance()

      method). Is there a way to explicitly initialize seam context i.e. to trigger session context initialization before (identity) component usage?


      Thanks