0 Replies Latest reply on Feb 10, 2010 4:46 PM by chun

    How to catch LockTimedOutException

      Hi all,


      I'm a new guy in seam. I found that while I'm saving (call EJB method) a record, I press F5 to refresh the browser. I got the javax.el.ELException (nested exception is: weblogic.ejb20.locks.LockTimedOutException). I tried to catch them in page.xml and redirect to a pretty page, but seems it couldn't be caught.
      Any suggestion to me?


      Stephen