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

Gavin King gavin.king at jboss.com
Fri Nov 10 14:07:54 EST 2006


  User: gavin   
  Date: 06/11/10 14:07:54

  Modified:    examples/contactlist/resources/WEB-INF   components.xml
                        exceptions.xml
  Log:
  add DOCTYPES, fix many minor HTML errors
  
  Revision  Changes    Path
  1.14      +4 -0      jboss-seam/examples/contactlist/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/resources/WEB-INF/components.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- components.xml	31 Oct 2006 04:40:16 -0000	1.13
  +++ components.xml	10 Nov 2006 19:07:54 -0000	1.14
  @@ -1,3 +1,7 @@
  +<!DOCTYPE components PUBLIC
  +  "-//JBoss/Seam Component Configuration DTD 1.1//EN"
  +  "http://jboss.com/products/seam/components-1.1.dtd">
  +
   <components>
   
       <factory name="contact" value="#{contactHome.instance}"/>
  
  
  
  1.3       +5 -1      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- exceptions.xml	8 Nov 2006 19:58:24 -0000	1.2
  +++ exceptions.xml	10 Nov 2006 19:07:54 -0000	1.3
  @@ -1,3 +1,7 @@
  +<!DOCTYPE exceptions PUBLIC
  +  "-//JBoss/Seam Exceptions Configuration DTD 1.1//EN"
  +  "http://jboss.com/products/seam/exceptions-1.1.dtd">
  +
   <exceptions>
      
      <exception class="javax.persistence.PersistenceException">
  @@ -6,7 +10,7 @@
      </exception>
      
      <exception class="org.jboss.seam.framework.EntityNotFoundException">
  -      <http-error code="404"/>
  +      <http-error error-code="404"/>
      </exception>
      
      <exception>
  
  
  



More information about the jboss-cvs-commits mailing list