1 Reply Latest reply on Jan 9, 2007 7:34 PM by shane.bryzak

    Remoting call runtime exception at remote.js

      The runtime exceptions of remoting call I experienced so far are all caused by session timed out. It appears as a javascript exception "Object required" at line 627 char 19. I temporary fix it by detecting if doc.documentElement is null and then redirecting it to login page to restart a new session. I think Seam could have a generic and better solution for this cases: if session timed out, redirect to a url and don't make the call; if there are other kind of exceptions, redirect to another url.