[jboss-cvs] jboss-seam/examples/contactlist/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Mon Oct 23 14:15:17 EDT 2006


  User: gavin   
  Date: 06/10/23 14:15:17

  Added:       examples/contactlist/resources/WEB-INF  exceptions.xml
  Log:
  exception handling
  
  Revision  Changes    Path
  1.1      date: 2006/10/23 18:15:17;  author: gavin;  state: Exp;jboss-seam/examples/contactlist/resources/WEB-INF/exceptions.xml
  
  Index: exceptions.xml
  ===================================================================
  <exceptions>
     
     <exception class="javax.persistence.PersistenceException">
        <render>Database access failed</render>
        <end-conversation/>
     </exception>
     
     <exception>
        <redirect view-id="/search.xhtml">Unexpected failure</redirect>
        <end-conversation/>
     </exception>
     
  </exceptions>
  
  



More information about the jboss-cvs-commits mailing list