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

Gavin King gavin.king at jboss.com
Thu Feb 8 02:47:50 EST 2007


  User: gavin   
  Date: 07/02/08 02:47:50

  Modified:    examples/contactlist/resources/WEB-INF  exceptions.xml
  Log:
  oops
  
  Revision  Changes    Path
  1.6       +2 -2      jboss-seam/examples/contactlist/resources/WEB-INF/exceptions.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: exceptions.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/resources/WEB-INF/exceptions.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- exceptions.xml	5 Feb 2007 06:07:53 -0000	1.5
  +++ exceptions.xml	8 Feb 2007 07:47:50 -0000	1.6
  @@ -5,10 +5,10 @@
   <pages>
      
      <exception class="javax.persistence.PersistenceException">
  +      <end-conversation/>
         <redirect>
             <message>Database access failed</message>
         </redirect>
  -      <end-conversation/>
      </exception>
      
      <exception class="org.jboss.seam.framework.EntityNotFoundException">
  @@ -16,10 +16,10 @@
      </exception>
      
      <exception>
  +      <end-conversation/>
         <redirect view-id="/search.xhtml">
             <message>Unexpected failure</message>
         </redirect>
  -      <end-conversation/>
      </exception>
      
   </pages>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list