[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Christian Bauer christian at hibernate.org
Fri Jul 6 10:38:37 EDT 2007


  User: cbauer  
  Date: 07/07/06 10:38:37

  Modified:    examples/wiki/src/etc/WEB-INF    faces-config.xml web.xml
                        components.xml
  Log:
  Compiles and runs on latest Seam CVS
  
  Revision  Changes    Path
  1.9       +0 -0      jboss-seam/examples/wiki/src/etc/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  
  1.14      +1 -14     jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/web.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- web.xml	27 Jun 2007 03:00:25 -0000	1.13
  +++ web.xml	6 Jul 2007 14:38:37 -0000	1.14
  @@ -4,20 +4,7 @@
            xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
            version="2.4">
   
  -    <!-- Ajax4jsf (must come first!) -->
  -
  -    <filter>
  -        <filter-name>ajax4jsf</filter-name>
  -        <filter-class>org.ajax4jsf.Filter</filter-class>
  -    </filter>
  -
  -    <filter-mapping>
  -        <filter-name>ajax4jsf</filter-name>
  -        <url-pattern>*.seam</url-pattern>
  -		<dispatcher>REQUEST</dispatcher>
  -		<dispatcher>FORWARD</dispatcher>
  -		<dispatcher>INCLUDE</dispatcher>
  -    </filter-mapping>
  +    <!-- Ajax4JSF -->
   
       <context-param>
           <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
  
  
  
  1.21      +1 -1      jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/components.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- components.xml	26 Jun 2007 23:04:10 -0000	1.20
  +++ components.xml	6 Jul 2007 14:38:37 -0000	1.21
  @@ -18,7 +18,7 @@
   
       <!-- ##### WIKI USER CONFIGURATION ##### -->
   
  -    <mail:mail-session host="localhost" port="2525" username="test" password="test"/>
  +    <mail:mail-session host="localhost" port="25"/>
   
       <web:multipart-filter create-temp-files="true" max-request-size="10000000" url-pattern="*.seam"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list