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

Norman Richards norman.richards at jboss.com
Wed Apr 4 14:47:01 EDT 2007


  User: nrichards
  Date: 07/04/04 14:47:01

  Modified:    examples/mail/resources/WEB-INF  web.xml
  Log:
  update 4.2
  
  Revision  Changes    Path
  1.5       +2 -9      jboss-seam/examples/mail/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/mail/resources/WEB-INF/web.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- web.xml	22 Mar 2007 15:18:20 -0000	1.4
  +++ web.xml	4 Apr 2007 18:47:01 -0000	1.5
  @@ -3,6 +3,7 @@
            xmlns="http://java.sun.com/xml/ns/j2ee"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
  +
       <!-- Seam -->
       <listener>
           <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
  @@ -28,18 +29,10 @@
           <param-value>true</param-value>
       </context-param>
   
  -        <!-- MyFaces -->
       <listener>
  -        <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  +        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener>
    
  -    <!-- JSF RI -->
  -    
  -<!--    <listener>-->
  -<!--        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>-->
  -<!--    </listener> -->
  -    
  -    
       <context-param>
           <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
           <param-value>client</param-value>
  
  
  



More information about the jboss-cvs-commits mailing list