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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088943#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...