[jboss-user] [JBoss Seam] - exceptions.xml

koatto do-not-reply at jboss.com
Mon Feb 5 17:14:27 EST 2007


i configured redirect on exception with exceptions.xml but my app is always redirected to the seam's debug page, it seems everything is working fine :

  | 23:07:44,312 ERROR [AbstractSeamPhaseListener] Swallowing exception thrown by page action

but the right page never appears.
That's the config : 

<!DOCTYPE exceptions PUBLIC
  |   "-//JBoss/Seam Exceptions Configuration DTD 1.1//EN"
  |   "http://jboss.com/products/seam/exceptions-1.1.dtd">
  | 
  | <exceptions>
  |    <exception>
  |       <redirect view-id="/common/failure.seam"/>
  |       <end-conversation/>
  |    </exception>
  | </exceptions>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011617#4011617

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011617



More information about the jboss-user mailing list