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

Norman Richards norman.richards at jboss.com
Wed Jan 24 12:41:06 EST 2007


  User: nrichards
  Date: 07/01/24 12:41:06

  Modified:    examples/pdf/resources/WEB-INF   components.xml web.xml
  Log:
  add error page for pdf expiration
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/pdf/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/pdf/resources/WEB-INF/components.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- components.xml	22 Jan 2007 05:05:08 -0000	1.3
  +++ components.xml	24 Jan 2007 17:41:06 -0000	1.4
  @@ -2,7 +2,7 @@
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:framework="http://jboss.com/products/seam/framework">
   
  -    <pdf:documentStore useExtensions="true" />
  +    <pdf:documentStore useExtensions="true" errorPage="/pdfMissing.seam" />
   
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
       <core:ejb installed="@embeddedEjb@" /> 
  
  
  
  1.3       +0 -2      jboss-seam/examples/pdf/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/resources/WEB-INF/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- web.xml	22 Jan 2007 05:05:08 -0000	1.2
  +++ web.xml	24 Jan 2007 17:41:06 -0000	1.3
  @@ -8,7 +8,6 @@
           <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
       </listener>
       
  -
       <filter>
           <filter-name>Seam Servlet Filter</filter-name>
           <filter-class>org.jboss.seam.servlet.SeamServletFilter</filter-class>
  @@ -75,7 +74,6 @@
       <servlet>
           <servlet-name>Document Store Servlet</servlet-name>
           <servlet-class>org.jboss.seam.pdf.DocumentStoreServlet</servlet-class>
  -        <load-on-startup>1</load-on-startup>
       </servlet>
   
       <servlet-mapping>
  
  
  



More information about the jboss-cvs-commits mailing list