11 Replies Latest reply on Sep 26, 2007 4:00 PM by igx89

    How to disable transactions when rendering an error page?

      The problem I'm having is that when a database connection error occurs and the user is redirected to an error page, Seam tries to create a transaction when rendering that error page which throws another exception which redirects to the error page which throws an exception, etc., in an infinite loop.

      How can I prevent Seam from trying to do any database-related stuff while rendering my error page?